Base module for Intrastat Product
Project description
Intrastat Product
This module contains common objects and fields for the Intrastat Product reporting, such as the H.S. codes (if you are not familiar with H.S. codes, read Wikipedia <http://en.wikipedia.org/wiki/Harmonized_System>) and the country of origin on the products.
It should be used in combination with country-specific Intrastat Product reporting modules such as:
l10n_fr_intrastat_product: the module for the Déclaration d’Echange de Biens (DEB) for France
l10n_be_intrastat_product: the module for the Intrastat Product Declaration for Belgium
These country-specific modules can be found in the OCA localization for those countries.
Installation
WARNING:
This module conflicts with the module report_intrastat from the official addons. If you have already installed the module report_intrastat, you should uninstall it before installing this module.
Usage
This module is used in combination with the country-specific localization module(s).
Coding guidelines for localization module:
We recommend to start by copying an existing module, e.g. l10n_be_intrastat_product and adapt the code for the specific needs of your country.
Declaration Object
Create a new class as follows:
class L10nCcIntrastatProductDeclaration(models.Model): _name = 'l10n.cc.intrastat.product.declaration' _description = "Intrastat Product Declaration for YourCountry" _inherit = ['intrastat.product.declaration', 'mail.thread']
whereby cc = your country code
Computation & Declaration Lines
Create also new objects inheriting from the Computation and Declaration Line Objects so that you can add methods or customise the methods from the base modules (make a PR when the customization or new method is required for multiple countries).
Adapt also the parent_id fields of the newly created objects (cf. l10n_be_intrastat_product as example).
XML Files: Menu, Action, Views
Cf. l10n_be_istrastat_product as example, replace “be” by your Country Code.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.
Credits
Contributors
Alexis de Lattre, Akretion <alexis.delattre@akretion.com>
Luc De Meyer, Noviat <info@noviat.com>
Maintainer
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit https://odoo-community.org.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo11_addon_intrastat_product-11.0.1.2.0.99.dev4-py2.py3-none-any.whl
.
File metadata
- Download URL: odoo11_addon_intrastat_product-11.0.1.2.0.99.dev4-py2.py3-none-any.whl
- Upload date:
- Size: 59.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3424174a215ff7fef0e41ba47e820ff9e15e7fdcc34bb27df2e40b527f3096a |
|
MD5 | f1c684013d85689ddf925a2a8527a46b |
|
BLAKE2b-256 | 477e1dcca48e500fb09d0cf9811619caf6ac1c518d731f56335a9643bfbfcda7 |