Commit Graph

85 Commits

Author SHA1 Message Date
Pedro M. Baeza
be80cfdc24 [FIX] intrastat_product: Fix duplicated msgid string 2020-02-26 19:21:37 +01:00
Luc De Meyer
1853ece5b5 [MIG] intrastat_product: Migration to 11.0
* Small fixes in intrastat_base
* account_tax_template
2020-02-26 19:21:37 +01:00
Alexis de Lattre
eab1896ecd [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
2020-02-26 19:21:37 +01:00
Alexis de Lattre
d720873be0 Add new module product_harmonized_system_delivery (hide native hs_code field)
Finalize port to v11
2020-02-26 19:21:36 +01:00
luc.demeyer@noviat.com
4dd21d0f7c [FIX+IMP] intrastat_product: reporting level + move methods to IntrastatProductDeclaration class 2020-02-26 19:21:36 +01:00
luc.demeyer@noviat.com
49f272443c [10.0][FIX]get_hs_code_recursively on product.template 2020-02-26 19:21:36 +01:00
Alexis de Lattre
b6cc4283c5 |FIX] Broken intrastat decl form view (was borken when you did NOT have web_sheet_full_width) 2020-02-26 19:21:36 +01:00
Kumar Aberer
8a7ce6641f [MIG] intrastat_product: Migration to 11.0 2020-02-26 19:21:36 +01:00
Przemek Kaminski
48c5dc9803 res_company: fix intrastat_dispatches selection function 2020-02-26 19:21:36 +01:00
cubells
f91b4ce618 [FIX] intrastat_product: state can be None 2020-02-26 19:21:36 +01:00
Alexis de Lattre
997cfafd37 [MIG] intrastat_product: Migration to 10.0
intrastat_base: Move company view params to account config page
2020-02-26 19:21:36 +01:00
luc-demeyer
a1e922c54c update intrastat_product 2020-02-26 19:21:36 +01:00
Alexis de Lattre
838c60f298 [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)
2020-02-26 19:21:36 +01:00
Holger Brunn
5d4302ca8c [FIX] intrastat_product: this week's ci errors + another wrong variable name 2020-02-26 19:21:36 +01:00
Alexis de Lattre
4348a96f48 [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.
2020-02-26 19:21:36 +01:00
luc-demeyer
42f1b53fa7 intrastat fixes 2020-02-26 19:21:36 +01:00
Alexis de Lattre
ccb100b7fb [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
2020-02-26 19:21:36 +01:00
Luc De Meyer
72c1c33f95 [IMP] intrastat_product: major update intrastat V3 modules
* add region to intrastat_product
2020-02-26 19:21:36 +01:00
Alexis de Lattre
626c9a54b3 [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
2020-02-26 19:21:36 +01:00
Guewen Baconnier
36f17b323b display_name must be stored as it is used as _rec_name, otherwise we cant, for instance, import files with name_search 2020-02-26 19:21:36 +01:00
Alexis de Lattre
ce59f61a02 [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
2020-02-26 19:21:36 +01:00
OCA Transbot
b23307f0fa Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: intrastat-extrastat-13.0/intrastat-extrastat-13.0-intrastat_base
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-13-0/intrastat-extrastat-13-0-intrastat_base/
2020-01-31 17:47:46 +00:00
OCA Bot
c2f30e692d [UPD] .travis.yml: Use verbose colored pre-commit [skip ci] 2020-01-31 18:47:39 +01:00
OCA-git-bot
1891a79340 [ADD] setup.py 2020-01-17 14:19:51 +00:00
OCA-git-bot
b0d22cbba2 [UPD] README.rst 2020-01-17 14:19:50 +00:00
oca-travis
f50a690b9a [UPD] Update intrastat_base.pot 2020-01-17 14:14:27 +00:00
OCA-git-bot
85d21ff38e Merge PR #85 into 13.0
Signed-off-by luc-demeyer
2020-01-17 14:06:29 +00:00
Luc De Meyer
5a9ad6308c pre-commit 2020-01-14 18:47:50 +01:00
Luc De Meyer
e971a607ad pre-commit 2020-01-14 18:31:59 +01:00
Luc De Meyer
48fca8dea1 [MIG] intrastat_base: Migration to 13.0 2020-01-14 18:18:28 +01:00
OCA Transbot
f960f6ae92 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: intrastat-extrastat-12.0/intrastat-extrastat-12.0-intrastat_base
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-12-0/intrastat-extrastat-12-0-intrastat_base/

[UPD] README.rst

[UPD] README.rst
2020-01-14 18:18:51 +01:00
Alexis de Lattre
985808c2b5 [MIG] Migrate all modules from v11 to v12
[UPD] Update intrastat_base.pot
2020-01-14 18:18:50 +01:00
Alexis de Lattre
10e985936d Prepare v12 branch 2020-01-14 18:18:28 +01:00
OCA Transbot
4850a8e722 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: intrastat-extrastat-11.0/intrastat-extrastat-11.0-intrastat_base
Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-11-0/intrastat-extrastat-11-0-intrastat_base/
2020-01-14 18:18:28 +01:00
Luc De Meyer
7e53d16d4f [MIG] intrastat_product: Migration to 11.0
* Small fixes in intrastat_base
* account_tax_template

[UPD] Update intrastat_base.pot
2020-01-14 18:18:28 +01:00
Alexis de Lattre
49ce98662d [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
2020-01-14 18:18:28 +01:00
Alexis de Lattre
941ed348fe Add new module product_harmonized_system_delivery (hide native hs_code field)
Finalize port to v11
2020-01-14 18:18:28 +01:00
Luc De Meyer
d3736b9ff4 [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).
2020-01-14 18:18:28 +01:00
Raphaël Valyi
566672d365 [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

[UPD] squashed administrative commits
2020-01-14 18:16:51 +01:00
Kumar Aberer
7aabb2d829 [MIG] intrastat_base: Migration to 11.0 2020-01-14 16:49:24 +01:00
Alexis de Lattre
cdae45c758 [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 !)
2020-01-14 16:49:24 +01:00
Alexis de Lattre
1a1e99a358 [IMP] intrastat_base: Update README.rst + rename variables + restore code lost in transition to github/OCA/intrastat 2020-01-14 16:49:24 +01:00
luc-demeyer
747e2eaed3 update intrastat_base 2020-01-14 16:49:24 +01:00
Alexis de Lattre
f97128693d Cleaner view inheritance (works both in v8 and v9) 2020-01-14 16:49:24 +01:00
Holger Brunn
6f51bf2cb3 [FIX] intrastat_base: this week's ci errors + wrong variable name 2020-01-14 16:49:24 +01:00
Alexis de Lattre
cd87afa100 [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
2020-01-14 16:49:24 +01:00
luc-demeyer
9a62122c61 [REF] intrastat_base: major update intrastat V3 2020-01-14 16:49:24 +01:00
Alexis de Lattre
59e0e16568 [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
2020-01-14 16:49:24 +01:00
Ronald Portier
1ea60f8a88 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.
2020-01-14 16:49:24 +01:00
Alexis de Lattre
e42813eeca Continue the port to the new API Access for intrastat report to accounting user and not only accounting manager. 2020-01-14 16:49:24 +01:00