Search 1.9 billion lines of Odoo code on GitHub

l10n_nl_cbs_export

Author: Odoo Experts, Onestein, Odoo Community Association (OCA)
License: AGPL-3
Branch: 11.0-mig-l10n_nl_partner_name
Repository: daramousk/l10n-netherlands
Dependencies: account, and report_intrastat
Languages: HTML (389, 31.3%), PO File (194, 15.6%), Python (463, 37.2%), XML (106, 8.5%), and reStructuredText (92, 7.4%)
Other branches: 10.0, 10.0-letsencrypt-transip-nl, 10.0-mig-l10n_nl_partner_name, 10.0-mig-l10n_nl_partner_salutation, 10.0-mig-l10n_nl_partner_salutation_squash, 10.0-woonbond-changes, 11.0, and 11.0-mig-l10n_nl_partner_salutation
Other repositories: AMhadhbi/l10n-netherlands, CGenie/l10n-netherlands, NL66278/l10n-netherlands, Noviat/l10n-netherlands, OCA/l10n-netherlands, StefanRijnhart/l10n-netherlands, apetbiz/l10n-netherlands, danger89/l10n-netherlands, elperrofarelo/l10n-netherlands, espo-tony/l10n-netherlands, gfcapalbo/l10n-netherlands, gustavovalverde/l10n-netherlands, hbrunn/l10n-netherlands, janverb/l10n-netherlands, jeroen-vet/l10n-netherlands, lfreeke/l10n-netherlands, lideritjnma/l10n-netherlands, myonnet/oca-l10n-netherlands, onesteinbv/l10n-netherlands, pscloud/l10n-netherlands, smetl/l10n-netherlands, sunflowerit/l10n-netherlands, tarteo/l10n-netherlands, uktc87504/l10n-bulgaria, and xpansa/l10n-netherlands

<h1 class="title">CBS Export Intrahandel Sale</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/l10n-netherlands/tree/11.0/l10n_nl_cbs_export"><img alt="OCA/l10n-netherlands" src="https://img.shields.io/badge/github-OCA%2Fl10n--netherlands-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/l10n-netherlands-11-0/l10n-netherlands-11-0-l10n_nl_cbs_export"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/176/11.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>CBS = Dutch Bureau of Statistics (Centraal Bureau voor de statistiek)</p> <p>When you export products within the EU you have to report those exports to the Dutch CBS. This module will provide a export CSV file which you can upload on the CBS website. The CSV file is automatically created every month trough a cron job.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#installation" id="id1">Installation</a></li> <li><a class="reference internal" href="#configuration" id="id2">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id3">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id4">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id5">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id6">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id7">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id8">Contributors</a></li> <li><a class="reference internal" href="#other-credits" id="id9">Other credits</a></li> <li><a class="reference internal" href="#maintainers" id="id10">Maintainers</a></li> </ul> </li> </ul> </div> <a name="installation"></a> <h2><a class="toc-backref" href="#id1">Installation</a></h2> <p>To install this module, you need to:</p> <ol class="arabic simple"> <li>Install the module</li> <li>This module depends on the Odoo module report_intrastat, for the intrastat code and countries for intrastat reporting</li> </ol> <a name="configuration"></a> <h2><a class="toc-backref" href="#id2">Configuration</a></h2> <p>To configure this module, you need to:</p> <ol class="arabic simple"> <li>Go to Sales &gt; Configuration &gt; Countries and check if all EU countries are checked as 'Intrastat member&quot;</li> <li>Set the Intrastat code on the products</li> <li>Go to Technical Settings &gt; Scheduled Actions and set the Cron &quot;Generate CBS Export File&quot; job on the monthly date you want to have the CSV file</li> </ol> <a name="usage"></a> <h2><a class="toc-backref" href="#id3">Usage</a></h2> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Go to Accounting &gt; Reports &gt; Export files &gt; CBS Export (the user must belong to group &quot;Accounting &amp; Finance / Billing&quot;)</li> <li>Download the created CSV file and upload in to the CBS website</li> <li>The user belonging to group &quot;Accounting &amp; Finance / Adviser&quot; can use the button &quot;Manual CBS Export&quot; to force a re-creation of the CSV file</li> </ol> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id4">Known issues / Roadmap</a></h2> <ul class="simple"> <li>Only for export (sale invoices). Import (Vendor bills) is not implemented</li> <li>Only for &quot;Intrahandel&quot;. That is export within the EU</li> <li>Field Transport &quot;Vervoerwijze&quot; is set hardcoded on 3. This is the most common used value.</li> <li>Field Statistic stelsel &quot;Statistisch Stelsel&quot; is set hardcoded on 00. This is the most common used value.</li> <li>Field Transaction &quot;Transactie&quot; is set hardcoded on 1. This is the most common used value.</li> <li>Field &quot;Bijzondere maatstaf&quot; is not yet implemented.</li> </ul> <p>See documentation added to this module (doc folder) for further information about the layout and field values.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id5">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-netherlands/issues">GitHub Issues</a>. 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 <a class="reference external" href="https://github.com/OCA/l10n-netherlands/issues/new?body=module:%20l10n_nl_cbs_export%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id6">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id7">Authors</a></h3> <ul class="simple"> <li>Odoo Experts</li> <li>Onestein</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id8">Contributors</a></h3> <ul class="simple"> <li>Erwin van der Ploeg &lt;<a class="reference external" href="mailto:erwin&#64;odooexperts.nl">erwin&#64;odooexperts.nl</a>&gt;</li> <li>Andrea Stirpe &lt;<a class="reference external" href="mailto:a.stirpe&#64;onestein.nl">a.stirpe&#64;onestein.nl</a>&gt;</li> </ul> <a name="other-credits"></a> <h3 class="with-subtitle"><a class="toc-backref" href="#id9">Other credits</a></h3> <h3 class="section-subtitle" id="images"><span class="section-subtitle">Images</span></h3> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://odoo-community.org/logo.png">Icon</a>.</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id10">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>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.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-netherlands/tree/11.0/l10n_nl_cbs_export">OCA/l10n-netherlands</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>