odoo12-addon-intrastat-product


Nameodoo12-addon-intrastat-product JSON
Version 12.0.1.0.4 PyPI version JSON
download
home_page
SummaryBase module for Intrastat Product
upload_time2020-12-17 05:58:36
maintainer
docs_urlNone
authorbrain-tec AG, Akretion, Noviat, Odoo Community Association (OCA)
requires_python>=3.5
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =================
Intrastat Product
=================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fintrastat--extrastat-lightgray.png?logo=github
    :target: https://github.com/OCA/intrastat-extrastat/tree/12.0/intrastat_product
    :alt: OCA/intrastat-extrastat
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/intrastat-extrastat-12-0/intrastat-extrastat-12-0-intrastat_product
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
    :target: https://runbot.odoo-community.org/runbot/227/12.0
    :alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5| 

This module contains common objects and fields for the Intrastat Product reporting.

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.

**Table of contents**

.. contents::
   :local:

Installation
============

This module is NOT compatible with the *account_intrastat* module from Odoo Enterprise.

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:

  .. code-block:: python

     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.

Known issues / Roadmap
======================

The declaration is based upon the invoices of the corresponding tax declaration period.

An option to generate the intrastat declaration based upon the dates of the physical movements of goods is currently not available.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/intrastat-extrastat/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 <https://github.com/OCA/intrastat-extrastat/issues/new?body=module:%20intrastat_product%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* brain-tec AG
* Akretion
* Noviat

Contributors
~~~~~~~~~~~~

* Alexis de Lattre, Akretion <alexis.delattre@akretion.com>
* Luc De Meyer, Noviat <info@noviat.com>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

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.

This module is part of the `OCA/intrastat-extrastat <https://github.com/OCA/intrastat-extrastat/tree/12.0/intrastat_product>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "odoo12-addon-intrastat-product",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "brain-tec AG, Akretion, Noviat, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": "",
    "description": "=================\nIntrastat Product\n=================\n\n.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fintrastat--extrastat-lightgray.png?logo=github\n    :target: https://github.com/OCA/intrastat-extrastat/tree/12.0/intrastat_product\n    :alt: OCA/intrastat-extrastat\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/intrastat-extrastat-12-0/intrastat-extrastat-12-0-intrastat_product\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n    :target: https://runbot.odoo-community.org/runbot/227/12.0\n    :alt: Try me on Runbot\n\n|badge1| |badge2| |badge3| |badge4| |badge5| \n\nThis module contains common objects and fields for the Intrastat Product reporting.\n\nIt should be used in combination with country-specific Intrastat Product reporting modules\nsuch as:\n\n- *l10n_fr_intrastat_product*:\n  the module for the *D\u00e9claration d'Echange de Biens* (DEB) for France\n- *l10n_be_intrastat_product*:\n  the module for the Intrastat Product Declaration for Belgium\n\nThese country-specific modules can be found in the OCA localization for those countries.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nInstallation\n============\n\nThis module is NOT compatible with the *account_intrastat* module from Odoo Enterprise.\n\nUsage\n=====\n\nThis module is used in combination with the country-specific\nlocalization module(s).\n\n**Coding guidelines for localization module:**\n\nWe recommend to start by copying an existing module, e.g. l10n_be_intrastat_product\nand adapt the code for the specific needs of your country.\n\n* Declaration Object\n\n  Create a new class as follows:\n\n  .. code-block:: python\n\n     class L10nCcIntrastatProductDeclaration(models.Model):\n         _name = 'l10n.cc.intrastat.product.declaration'\n         _description = \"Intrastat Product Declaration for YourCountry\"\n         _inherit = ['intrastat.product.declaration', 'mail.thread']\n\n  whereby cc = your country code\n\n* Computation & Declaration Lines\n\n  Create also new objects inheriting from the Computation and Declaration Line Objects\n  so that you can add methods or customise the methods from the base modules (make a PR when\n  the customization or new method is required for multiple countries).\n\n  Adapt also the parent_id fields of the newly created objects\n  (cf. l10n_be_intrastat_product as example).\n\n* XML Files: Menu, Action, Views\n\n  Cf. l10n_be_istrastat_product as example, replace \"be\" by your Country Code.\n\nKnown issues / Roadmap\n======================\n\nThe declaration is based upon the invoices of the corresponding tax declaration period.\n\nAn option to generate the intrastat declaration based upon the dates of the physical movements of goods is currently not available.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/intrastat-extrastat/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/intrastat-extrastat/issues/new?body=module:%20intrastat_product%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* brain-tec AG\n* Akretion\n* Noviat\n\nContributors\n~~~~~~~~~~~~\n\n* Alexis de Lattre, Akretion <alexis.delattre@akretion.com>\n* Luc De Meyer, Noviat <info@noviat.com>\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nThis module is part of the `OCA/intrastat-extrastat <https://github.com/OCA/intrastat-extrastat/tree/12.0/intrastat_product>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Base module for Intrastat Product",
    "version": "12.0.1.0.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a36751273f78428a6379e6f4c3d158ab390cc515f2f9405bf63cf0d24a95792",
                "md5": "1afb732d072193c116fd5fc4b410a1f9",
                "sha256": "2038d5c106f618c8dff2cfd64aad58bd437f60eedb754625551685a762aa1be2"
            },
            "downloads": -1,
            "filename": "odoo12_addon_intrastat_product-12.0.1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1afb732d072193c116fd5fc4b410a1f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 90825,
            "upload_time": "2020-12-17T05:58:36",
            "upload_time_iso_8601": "2020-12-17T05:58:36.820840Z",
            "url": "https://files.pythonhosted.org/packages/0a/36/751273f78428a6379e6f4c3d158ab390cc515f2f9405bf63cf0d24a95792/odoo12_addon_intrastat_product-12.0.1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-12-17 05:58:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "odoo12-addon-intrastat-product"
}
        
Elapsed time: 0.22416s