This website requires JavaScript.
Explore
Help
Register
Sign In
audrius
/
intrastat-extrastat
Watch
1
Star
0
Fork
1
You've already forked intrastat-extrastat
mirror of
https://github.com/OCA/intrastat-extrastat.git
synced
2025-02-16 17:13:41 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ac373520f346ca764e340bc152fb6e2aaa1725a
intrastat-extrastat
/
intrastat_base
History
Alexis de Lattre
1ac373520f
Modify demo data.
2016-10-07 13:12:29 +02:00
..
i18n
Update of some strings before translation. Started translation work.
2016-10-07 13:12:29 +02:00
security
Complete change of design for intrastat_type ! Now that report_intrastat_product/service object is stored in database, we don't need the legal_intrastat state on invoices any more, because we will be able to create entry lines for DEB for a repair of equipment under warranty without using a legal_intrastat. Report_intrastat_type is now only required for DEB -> object moved to module l10n_fr_intrastat_product. For DEB, the button "regenerate lines" only regenerate DEB lines related to invoices.
2016-10-07 13:12:29 +02:00
__init__.py
Moved the field exclude_from_intrastat_if_present of account.tax from l10n_fr_intrastat_product to intrastat_base, because it should also be used in the module l10n_fr_intrastat_service. Take this field into account in the generation of DEB lines (module l10n_fr_intrastat_service).
2016-10-07 13:12:29 +02:00
__terp__.py
. Implemented the fiscal representative : for example, when you ship to the EU but invoice outside of the EU, your customer needs to have a fiscal representative inside the EU, which will be used for the DEB . depend on base_vat instead of account.
2016-10-07 13:12:29 +02:00
country_data.xml
Complete change of design for intrastat_type ! Now that report_intrastat_product/service object is stored in database, we don't need the legal_intrastat state on invoices any more, because we will be able to create entry lines for DEB for a repair of equipment under warranty without using a legal_intrastat. Report_intrastat_type is now only required for DEB -> object moved to module l10n_fr_intrastat_product. For DEB, the button "regenerate lines" only regenerate DEB lines related to invoices.
2016-10-07 13:12:29 +02:00
country_view.xml
Complete change of design for intrastat_type ! Now that report_intrastat_product/service object is stored in database, we don't need the legal_intrastat state on invoices any more, because we will be able to create entry lines for DEB for a repair of equipment under warranty without using a legal_intrastat. Report_intrastat_type is now only required for DEB -> object moved to module l10n_fr_intrastat_product. For DEB, the button "regenerate lines" only regenerate DEB lines related to invoices.
2016-10-07 13:12:29 +02:00
country.py
It is now possible to set the H.S. code on the product category. Some "return None" changed to "return True"
2016-10-07 13:12:29 +02:00
intrastat_common.py
Update of some strings before translation. Started translation work.
2016-10-07 13:12:29 +02:00
intrastat_demo.xml
Modify demo data.
2016-10-07 13:12:29 +02:00
intrastat_menu.xml
Complete change of design for intrastat_type ! Now that report_intrastat_product/service object is stored in database, we don't need the legal_intrastat state on invoices any more, because we will be able to create entry lines for DEB for a repair of equipment under warranty without using a legal_intrastat. Report_intrastat_type is now only required for DEB -> object moved to module l10n_fr_intrastat_product. For DEB, the button "regenerate lines" only regenerate DEB lines related to invoices.
2016-10-07 13:12:29 +02:00
partner_address.py
Full re-design of intrastat types : probably requires deleting the report_intrastat_type table, restarting OpenERP and re-creating intrastat types. Moved intrastat departments from stock.warehouse to stock.location. Dropped SQL queries ; replaced by traditionnal python code logic. No more need to have one rate per day for invoices with foreign currency. Add total fiscal value for DEB More code factorization. Prepare translation work.
2016-10-07 13:12:29 +02:00
product_view.xml
Complete change of design for intrastat_type ! Now that report_intrastat_product/service object is stored in database, we don't need the legal_intrastat state on invoices any more, because we will be able to create entry lines for DEB for a repair of equipment under warranty without using a legal_intrastat. Report_intrastat_type is now only required for DEB -> object moved to module l10n_fr_intrastat_product. For DEB, the button "regenerate lines" only regenerate DEB lines related to invoices.
2016-10-07 13:12:29 +02:00
product.py
Full re-design of intrastat types : probably requires deleting the report_intrastat_type table, restarting OpenERP and re-creating intrastat types. Moved intrastat departments from stock.warehouse to stock.location. Dropped SQL queries ; replaced by traditionnal python code logic. No more need to have one rate per day for invoices with foreign currency. Add total fiscal value for DEB More code factorization. Prepare translation work.
2016-10-07 13:12:29 +02:00
tax_view.xml
Moved the field exclude_from_intrastat_if_present of account.tax from l10n_fr_intrastat_product to intrastat_base, because it should also be used in the module l10n_fr_intrastat_service. Take this field into account in the generation of DEB lines (module l10n_fr_intrastat_service).
2016-10-07 13:12:29 +02:00
tax.py
Moved the field exclude_from_intrastat_if_present of account.tax from l10n_fr_intrastat_product to intrastat_base, because it should also be used in the module l10n_fr_intrastat_service. Take this field into account in the generation of DEB lines (module l10n_fr_intrastat_service).
2016-10-07 13:12:29 +02:00