Skip to content

Commit

Permalink
[ADD] remove receipt date in purchase report
Browse files Browse the repository at this point in the history
  • Loading branch information
corredato committed May 23, 2024
1 parent b2e1f09 commit 3c70abd
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion product_lot_fiscal_comment/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from . import models
from . import models
2 changes: 1 addition & 1 deletion product_lot_fiscal_comment/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Product Lot Fiscal Comment",
"version": "14.0.1.0.0",
"license": "LGPL-3",
"license": "AGPL-3",
"author": "KMEE",
"website": "https://github.com/KMEE/kmee-odoo-addons",
"depends": [
Expand Down
4 changes: 2 additions & 2 deletions product_lot_fiscal_comment/data/prod_lot_fiscal_comment.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<odoo noupdate="1">
<record id="product_lot_fiscal_comment" model="l10n_br_fiscal.comment">
<field name="name">Lote</field>
<field name="comment">LOTE: ${ lot }</field>
<field name="comment_type">fiscal</field>
<field name="object">l10n_br_fiscal.document.line.mixin</field>
</record>
</odoo>
</odoo>
2 changes: 1 addition & 1 deletion product_lot_fiscal_comment/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from . import document_fiscal_line_mixin
from . import document_fiscal_line_mixin
11 changes: 7 additions & 4 deletions purchase_report_hide_date/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ Purchase Report Hide Date
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/github-KMEE%2Fkmee--odoo--addons-lightgray.png?logo=github
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-KMEE%2Fkmee--odoo--addons-lightgray.png?logo=github
:target: https://github.com/KMEE/kmee-odoo-addons/tree/14.0/purchase_report_hide_date
:alt: KMEE/kmee-odoo-addons

|badge1| |badge2|
|badge1| |badge2| |badge3|

This module removes the receipt date from products in the purchase order
report.
Expand Down Expand Up @@ -63,9 +66,9 @@ Authors
Contributors
------------

- ``KMEE <https://www.Kmee.com.br>`` :
- ``KMEE <https://www.kmee.com.br>``\ \_\_:

- Bruno Corredato Botti [email protected]
- Bruno Corredato Botti

Maintainers
-----------
Expand Down
6 changes: 3 additions & 3 deletions purchase_report_hide_date/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ <h1 class="title">Purchase Report Hide Date</h1>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:82d623674f44e655c8a6977d58121e1b92b9d292c8ec8f53784d9901ebd85859
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="https://github.com/KMEE/kmee-odoo-addons/tree/14.0/purchase_report_hide_date"><img alt="KMEE/kmee-odoo-addons" src="https://img.shields.io/badge/github-KMEE%2Fkmee--odoo--addons-lightgray.png?logo=github" /></a></p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/KMEE/kmee-odoo-addons/tree/14.0/purchase_report_hide_date"><img alt="KMEE/kmee-odoo-addons" src="https://img.shields.io/badge/github-KMEE%2Fkmee--odoo--addons-lightgray.png?logo=github" /></a></p>
<p>This module removes the receipt date from products in the purchase order
report.</p>
<p><strong>Table of contents</strong></p>
Expand Down Expand Up @@ -417,8 +417,8 @@ <h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
<ul class="simple">
<li><tt class="docutils literal">KMEE <span class="pre">&lt;https://www.Kmee.com.br&gt;</span></tt> :<ul>
<li>Bruno Corredato Botti <a class="reference external" href="mailto:bruno.botti&#64;kmee.com.br">bruno.botti&#64;kmee.com.br</a></li>
<li><tt class="docutils literal">KMEE <span class="pre">&lt;https://www.kmee.com.br&gt;</span></tt>__:<ul>
<li>Bruno Corredato Botti</li>
</ul>
</li>
</ul>
Expand Down
6 changes: 6 additions & 0 deletions setup/product_lot_fiscal_comment/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 3c70abd

Please sign in to comment.