Commit Graph

58 Commits

Author SHA1 Message Date
Alexis de Lattre
4dbfeecd09 [FIX+IMP] intrastat_*: Several things:
* Add readonly on some fields when state of declaration is done
* Division by zero in computation of accessory costs
* Add FR translation
* Fix strings
* Minor code updates
2019-05-14 18:20:27 +02:00
Alexis de Lattre
d68468cb77 Add new module product_harmonized_system_delivery (hide native hs_code field)
Finalize port to v11
2019-05-14 18:20:27 +02:00
luc.demeyer@noviat.com
919a7944ae [FIX+IMP] intrastat_product: reporting level + move methods to IntrastatProductDeclaration class 2019-05-14 18:20:27 +02:00
Luc De Meyer
a5c0764fce [10.0][FIX] intrastat_common - remove check on EUR
EU countries are subject to Intrastat, also EU countries outside of the EU zone. 
As a consequence the check on company currency == EUR must be removed from this module (the right place are the localization modules).
2019-05-14 18:20:27 +02:00
luc.demeyer@noviat.com
eba76446e4 [10.0][FIX]get_hs_code_recursively on product.template 2019-05-14 18:20:27 +02:00
Alexis de Lattre
30bffda00a |FIX] Broken intrastat decl form view (was borken when you did NOT have web_sheet_full_width) 2019-05-14 18:20:27 +02:00
Kumar Aberer
dac84e5852 [MIG] intrastat_product: Migration to 11.0 2019-05-14 18:20:27 +02:00
Przemek Kaminski
51984f6763 res_company: fix intrastat_dispatches selection function 2019-05-14 18:20:27 +02:00
cubells
5f88665e3b [FIX] intrastat_product: state can be None 2019-05-14 18:20:27 +02:00
Alexis de Lattre
7f1f2be60a [MIG] intrastat_product: Migration to 10.0
intrastat_base: Move company view params to account config page
2019-05-14 18:20:27 +02:00
luc-demeyer
84b5380ac3 update intrastat_product 2019-05-14 18:20:27 +02:00
Alexis de Lattre
c660e45a26 [FIX] intrastat_product: error message + Remove required=1
Because we can have intrastat unit that will never be mapped to an odoo unit (will always be set manually)
2019-05-14 18:20:27 +02:00
Holger Brunn
c9e5e4a2cc [FIX] intrastat_product: this week's ci errors + another wrong variable name 2019-05-14 18:20:27 +02:00
Alexis de Lattre
8e502a0cfc [FIX+IMP] intrastat_product: Fixes and imps:
* Improve logs and messages
* total_amount is a sum of integers, so it should be an integer
* Add transport mode in computation tree view
* FIX intrastat_country for invoices without src_dest_country_id
* FIX wrong model for seach method
* Use stock_picking_invoice_link for a better identification of the intrastat region

  With this commit, we now support the following scenario: I order to my supplier a quantity of 50 kg and he delivers/invoices 52kg ; odoo will create an additional invoice line of 2kg which is linked to the stock move, but not to any PO line.
* Modularise a piece of code
* Add ACL on hs.code to financial manager (I can't do it in product_harmonized_system because it doesn't depend on account)
* Handle scenario where an invoice has products with 0 value (samples for example) and shipping costs (accessory costs) with value > 0.
2019-05-14 18:20:27 +02:00
luc-demeyer
450d929d4d intrastat fixes 2019-05-14 18:20:27 +02:00
Alexis de Lattre
34ebb565bb [IMP+FIX] intrastat_product: Several things:
* Add product_origin_country_id on declaration/computation lines

  Copy incoterms and destination country from SO to invoice when invoicing from SO
  We need weight even when supplementary units is used
  Small cleanups and enhancements

* Add support for accessory costs

  Add default values for intrastat transaction on company
  Code cleanup

* If rounded weight is 0, put 1

  Take into account the taxes for B2C
  Small code cleanup

* Remove field exclude_from_intrastat

  Re-organise view of intrastat.product.declaration

* Add option intrastat_accessory_costs on company

  Set more fields as invisible (localisation should put them visible if they need it)
  Fix handling of suppl. units when hs_code is empty on invoice line (but set on product)
  Small usability enhancements

* Include selection of type of invoice in search, for better perf

  Isolate domain in a _prepare method, for easier inheritance
  WARNING: I changed the default selection of invoice type ; adapt it in your localization m
  odule if necessary
  Add intrastat_transaction_in_refund for company (not needed for France, but may be needed elsewhere)
  Add a log when an invoice line is skipped

* Include product code in warning msg on weight

* Inspired by the PR https://github.com/akretion/account-financial-reporting/pull/8 of Luc de Meyer
2019-05-14 18:20:27 +02:00
Luc De Meyer
d05d444664 [IMP] intrastat_product: major update intrastat V3 modules
* add region to intrastat_product
2019-05-14 18:20:27 +02:00
Alexis de Lattre
7fdc83230a [IMP] intrastat_product: Several things:
* Update README.rst and translation files
* Add index=True on some fields on which we often search, as suggested by Yannick
* Remove description in __openerp__.py
* Move ACL from l10n_fr_intrastat_product module to intrastat_product module
* Large code re-engineering following the Akretion-Noviat code sprint on intrastat
  This code has been written both by Luc de Meyer and myself.
* Add first draft of code to generate decl lines
2019-05-14 18:20:27 +02:00
Guewen Baconnier
aa9074d62f display_name must be stored as it is used as _rec_name, otherwise we cant, for instance, import files with name_search 2019-05-14 18:20:27 +02:00
Alexis de Lattre
91b062e5cc [ADD] intrastat_product
Rename report.intrastat.product to l10n.fr.report.intrastat.product (same for service and for lines) + migration scripts

Rename field country_id to origin_country_id (TODO : write mig script) and move this field from l10n_fr_intrastat_product to intrastat_product

Move intrastat_code and uom_id of report.intrastat.code from l10n_fr_intrastat_product to intrastat_product, as discussed with Luc de Meyer

Use display_name instead of an inherit of name_get (better use of new API) Inherit write and create of intrastat codes to remove spaces (patch by Luc De Meyer from Noviat) Add O2M fields from intrastat code to products and product categs
2019-05-14 18:20:27 +02:00
oca-travis
1453da351d [UPD] Update product_harmonized_system.pot 2019-05-14 18:20:27 +02:00
Luc De Meyer
7d57f7285a [FIX] product_harmonized_system: fix get_hs_code_recurively 2019-05-14 18:20:19 +02:00
OCA Git Bot
c99dfdbe2e [ADD] setup.py 2019-05-14 18:20:19 +02:00
oca-travis
518745f6e6 [UPD] Update intrastat_base.pot 2019-05-14 18:20:19 +02:00
Raphaël Valyi
deb2f0f662 [IMP] *: removed utf-8 headers, changed icon and site
* company model test, country model test as in v8
* png logo instead of svg, removed Python 2 utf-8 headers
2019-05-14 18:20:19 +02:00
Kumar Aberer
a74f5cfc4f [MIG] intrastat_base: Migration to 11.0 2019-05-14 18:20:19 +02:00
Alexis de Lattre
bf35526b31 [MIG] intrastat_base: Migration to v10
* Update README.rst: switch to new intrastat project
* Move Intrastat menu entry to Accounting > Report instead of Accounting > Report > PDF Reports (because intrastat reports are not in PDF !)
2019-05-14 18:20:19 +02:00
Alexis de Lattre
6c50d22e18 [IMP] intrastat_base: Update README.rst + rename variables + restore code lost in transition to github/OCA/intrastat 2019-05-14 18:20:19 +02:00
luc-demeyer
bb1ab1c188 update intrastat_base 2019-05-14 18:20:19 +02:00
Alexis de Lattre
a8c798a324 Cleaner view inheritance (works both in v8 and v9) 2019-05-14 18:20:19 +02:00
Holger Brunn
3f4de3d06c [FIX] intrastat_base: this week's ci errors + wrong variable name 2019-05-14 18:20:19 +02:00
Alexis de Lattre
7ed51c8b26 [IMP] intrastat_base: A lot of imps:
* Add product_origin_country_id on declaration/computation lines

  Copy incoterms and destination country from SO to invoice when invoicing from SO
  We need weight even when supplementary units is used
  Small cleanups and enhancements

* Add support for accessory costs

  Add default values for intrastat transaction on company
  Code cleanup

* If rounded weight is 0, put 1

  Take into account the taxes for B2C
  Small code cleanup

* Remove field exclude_from_intrastat

  Re-organise view of intrastat.product.declaration

* Add option intrastat_accessory_costs on company

  Set more fields as invisible (localisation should put them visible if they need it)
  Fix handling of suppl. units when hs_code is empty on invoice line (but set on product)
  Small usability enhancements

* Warning -> UserError

* Inspired by the PR https://github.com/akretion/account-financial-reporting/pull/8 of Luc de Meyer

* total_amount is a sum of integers, so it should be an integer

  Add transport mode in computation tree view

* Demo VAT number should be on EU customers
2019-05-14 18:20:19 +02:00
luc-demeyer
686288c040 [REF] intrastat_base: major update intrastat V3 2019-05-14 18:20:19 +02:00
Alexis de Lattre
e097562f64 [IMP] intrasta_base: Several imps:
* Move description from __openerp__.py to README.rst Add conflict key in __openerp__.py Simplify code that create attachment Thanks to Luc de Meyer (Noviat) for his help on this.
* Update README.rst and translation files
* Simplify @depends, as suggested by Yannick
* Better use of the new API for send_mail(), as suggested by Yannick (and tested be me)
* Large code re-engineering following the Akretion-Noviat code sprint on intrastat
  This code has been written both by Luc de Meyer and myself.
* Add first draft of code to generate decl lines
2019-05-14 18:20:19 +02:00
Ronald Portier
5dafa77e3e Revert rename of _check_generate_lines to version withouth underscore.
In pending merge request from Alexis, _check_generate_lines will no
    longer be called from outside the class, so no longer any need to change
    private function name convention to public name convention.

    This will also make it easier to merge all changes.
2019-05-14 18:20:19 +02:00
Alexis de Lattre
c3f32d3a65 Continue the port to the new API Access for intrastat report to accounting user and not only accounting manager. 2019-05-14 18:20:19 +02:00
Ronald Portier
a098753993 Make dutch ICP report workable on odoo 8.0 [FIX] Some small changes in base, to make check_generate_lines better reusable (no need to force currency field on report), and do away with '_' before method name, as method should not be private, as it is called from other classes. 2019-05-14 18:20:19 +02:00
Alexis de Lattre
38cb4e6269 [MIG] intrastat_base: Migration to 8.0
* Add intrastat_type_data and update demo data accordingly Remove version="7.0" from form views Add ondelete='restrict' on M2O pointing to intrastat.type Add graph views on intrastat.product and intrastat.service... because Odoo v8 graph views are so cool ! :)
* When the obligation level for import is none, the type of the DEB is automatically set to export. [FIX] country -> country_id type='string' -> type='char' (v8 only accepts char) Change "error msg in raise", because v8 displays this to the user Remove statistical_pricelist_id from demo data Harmonize labels of button between DEB and DES
* Add module intrastat_product. Rename report.intrastat.product to l10n.fr.report.intrastat.product (same for service and for lines) + migration scripts
* intrastat_base + l10n_fr_intrastat_service : port to new API
2019-05-14 18:20:19 +02:00
Alexis de Lattre
5bf370d19f [IMP] intrastat_base: Several improvements:
* Use l10n_fr_* : use the method _company_default_get() intrastat_base : - the module is now PEP-8 compliant ! - add search view on countries - is_accessory_cost is now invisible when product != service - update POT file and FR translation - remove double import of logging lib
* Add context in on_change (to be able to use web_context_tunnel) XSD files are now pure XSD files, not python file with the content as string. Convert l10n_fr_intrastat_service to PEP-8 Start to convert l10n_fr_intrastat_product to PEP-8 (not finished yet) l10n_fr_intrastat_product : Update POT file and FR translation.
* l10n_fr_intrastat_service : update POT file and FR translation. l10n_fr_intrastat_product : continue PEP-8 compliance
2019-05-14 18:20:19 +02:00
David Béal
e1052ae0c5 [FIX] intrastat_base: Several things
* switch required=True for country_id from model to views in res.partner
* xpath in partner view as Niels Huylebroeck suggest
* simplify first xpath too in partner view
* xpath in a more generic way
2019-05-14 18:20:19 +02:00
Alexis de Lattre
e07eb1ed81 [MIG] intrastat_base: Migration to 7.0
Should now be compatible with both OCB and RS-OCB Add field import_obligation_level on res.company Add group group_detailed_intrastat_product, so that companies that only use obligation = simplified don't see all the additionnal fields. Remove transaction code corresponding to repairs in intrastat types Better on_change on intrastat types (code is mutualised with field.function) Update syntax : demo_xml/update_xml/init_xml -> data/demo

Welcome to Croatia in the European Union !

Add an e-mail reminder for l10n_fr_intrastat_product and l10n_fr_intrastat_service (hope that Akretion France won't forget it's own declarations now !!!) On report.intrastat.product and report.intrastat.service : add copy() fonctions, tracking of important fields, a year_month function field and enhance views. Remove date_done field (the tracking in the chatter does the job). Remove class instanciation in the code.

Better form view of product category, courtesy of David Beal.

Raise an explicit exception (take into account Stefan remark on the merge proposal)

Fix to make the module truly usable when user is not part of the group "Detailed intrastat product". Remove dead code and fields that was used when we had to put DEB lines for repair operations (a thing of the past !). Update coding style. Reduce the number of flake8 warnings.

On OpenERP 7, when you have the document module installed and you download the attachement via the drop down list on the form view, the name of the file will be the name of the attachement and not datas_fname ; so we need to have name = datas_fname.
2019-05-14 18:20:19 +02:00
Alexis de Lattre
a9069c6e0b [ADD] intrastat_base: Redesign for 6.1
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.

Renamed intrastat base module, because it doesn't have France-specific parameters any more.

Add demo data.

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.

Moved some demo data from l10n_fr_intrastat_product to intrastat_base Moved configuration about taxes from company form to tax form Some modifications to ease v5 -> v6 migration : - object report_intrastat_code now belong to group account manager - button functions now return True Tried to implement the following feature : open attachement form when the XML file as been generated : works on v6, but make client crash en v5 -> code has been commented DEB lines with procedure code = 25 are now deducted from the fiscal total. Round invoice total.

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).

It is now possible to set the H.S. code on the product category. Some "return None" changed to "return True"

 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.

Same modification as my previous commit for DEB : when we sell to a physical person in the EU with VAT, the move is not declared in DEB, so it must not block with a "raise" if the partner doesn't have a VAT number.

Add option "is_accessory_cost" on product.template : If the invoice has is_accessory_cost services but no regular product -> DES If the invoice has is_accessory_cost services and regular product -> added to the cost of products in DEB

Now allows "pricelist for statistical value" which is not in EUR (the currency conversion will be made from the pricelist currency to EUR)

Usability improvements :
- Order for DEB and DES tree view : "the more recent at the top"
- distinction between "Information to declare" and "Additionnal information" in intrastat lines

Better string. Update French translation.

Use the new logger API of OpenERP 6.1 Move the "EU fiscal representative" field in order to avoid the "compression" of the VAT field that made it too small.

Code clean-up : - context is not passed in constraints - don't use lambda when not necessary

IMPORTANT CHANGE : - All EU countries should now be intrastat=True, including your own country - When generating lines for Intrastat Product/Service, all invoices for which country == Company's country are excluded

Update help message according to my change of commit 61. Fix copyright header.
2019-05-14 18:20:19 +02:00
oca-travis
f8fe7aa616 [UPD] Update product_harmonized_system.pot 2019-05-14 15:20:38 +00:00
OCA-git-bot
7f62d1b305 [ADD] setup.py 2019-05-14 15:14:00 +00:00
OCA-git-bot
a02103e686 [ADD] icon.png 2019-05-14 15:14:00 +00:00
Kumar Aberer
89a3a1813b [MIG] product_harmonized_system: Migration to 11.0 2018-03-12 10:36:26 +01:00
Alexis de Lattre
2b521ff699 Fix warning on display_name
Special thanks to Pedro and Holger for finding the solution for display_name
Fix demo data
2018-03-12 07:44:16 +01:00
Alexis de Lattre
51b2cfd174 Port product_harmonized_system to v10 2018-03-12 07:44:16 +01:00
Alexis de Lattre
0629681269 Port intrastat_base to v10
Set 2 other modules to uninstallable
Update README.rst: switch to new intrastat project
2018-03-12 07:44:16 +01:00
Alexis de Lattre
2772111857 Update README.rst
Rename variables
2018-03-12 07:44:15 +01:00