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
8f38ce5bec4da9413742605efb4005fb835d5921
intrastat-extrastat
/
intrastat_base
History
Alexis de Lattre
8f38ce5bec
Modify help message.
2016-10-07 13:12:29 +02:00
..
i18n
Update translations.
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
__openerp__.py
Update translations.
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
Updated licence pointer.
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
Updated licence pointer.
2016-10-07 13:12:29 +02:00
intrastat_menu.xml
Updated licence pointer.
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
Updated licence pointer.
2016-10-07 13:12:29 +02:00
product.py
Modify help message.
2016-10-07 13:12:29 +02:00
tax_view.xml
Updated licence pointer.
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