Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

14.0 plastico #2

Open
wants to merge 11 commits into
base: 14.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified l10n_es_aeat_mod592/__init__.py
100755 → 100644
Empty file.
15 changes: 6 additions & 9 deletions l10n_es_aeat_mod592/__manifest__.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,26 @@
"author": "Binhex System Solutions, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"license": "AGPL-3",
"depends": ["product", "account", "stock", "mrp", "l10n_es", "l10n_es_aeat", "report_xlsx", "report_csv"],
"depends": [
"product", "account", "stock", "mrp", "l10n_es",
"l10n_es_aeat", "report_xlsx", "report_csv"],
"data": [
"security/ir.model.access.csv",
"security/ir_rule.xml",
"data/ir_sequence_data.xml",
"data/mod592_data.xml",
"views/product_template.xml",
"views/mod592_view.xml",
"views/product_template.xml",
"views/res_partner.xml",
"views/account_fiscal_position.xml",
"views/account_move.xml",
"views/stock_move.xml",
"views/mod592_view.xml",
"views/mod592_acquirer_line_view.xml",
"views/mod592_manufacturer_line_view.xml",
"views/res_company.xml",
"report/aeat_mod592.xml",
"report/common_templates.xml",
"report/report_views.xml",
"report/mod592_xlsx.xml",
"report/mod592_csv.xml",
"data/ir_sequence_data.xml"

],
"development_status": "Beta",
"development_status": "Beta",
"installable": True,
}
Empty file modified l10n_es_aeat_mod592/data/ir_sequence_data.xml
100755 → 100644
Empty file.
11 changes: 11 additions & 0 deletions l10n_es_aeat_mod592/data/mod592_data.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<data noupdate="1">
<record forcecreate="True" id="decimal_weight" model="decimal.precision">
<field name="name">Plastic Weight</field>
<field name="digits">3</field>
</record>
</data>

</odoo>
Empty file modified l10n_es_aeat_mod592/docs/Contabilidad_libro.pdf
100755 → 100644
Empty file.
Empty file modified l10n_es_aeat_mod592/docs/plastico_campos_impfichero.xlsx
100755 → 100644
Empty file.
Empty file modified l10n_es_aeat_mod592/docs/plastico_doc_impfichero.pdf
100755 → 100644
Empty file.
1,405 changes: 1,405 additions & 0 deletions l10n_es_aeat_mod592/i18n/es.po

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions l10n_es_aeat_mod592/models/__init__.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import product_template
from . import res_partner
from . import account_fiscal_position
from . import account_move_line
from . import account_move
from . import product_template
from . import stock_move
from . import mod592
from . import mod592_acquirer
from . import mod592_manufacturer
from . import res_company
from . import stock_move
from . import res_company
18 changes: 0 additions & 18 deletions l10n_es_aeat_mod592/models/account_fiscal_position.py

This file was deleted.

53 changes: 0 additions & 53 deletions l10n_es_aeat_mod592/models/account_move.py

This file was deleted.

99 changes: 0 additions & 99 deletions l10n_es_aeat_mod592/models/account_move_line.py

This file was deleted.

Loading