Commit Graph

79 Commits

Author SHA1 Message Date
Tom
f002abfda9 Review 2016-12-06 17:36:27 +01:00
Tom
c0e57a569a remove noop 2016-12-02 19:30:06 +01:00
Tom
f118f19a98 Remove not very useful tests 2016-12-02 17:33:04 +01:00
Tom
d881eae6c1 Merge branch '9.0-mig-intrastat-base' of github.com:sunflowerit/intrastat into 9.0-mig-intrastat-base 2016-12-02 16:24:37 +01:00
Tom
7c31f90738 Move Intrastat menu one level up from PDF reports 2016-12-02 16:23:59 +01:00
kiplangatdan
75f135d246 Ported from odoo10 to odoo9 2016-11-30 18:16:28 +03:00
kiplangatdan
ac98769d69 Ported from odoo10 to odoo9 2016-11-30 15:03:13 +03:00
kiplangatdan
1b106718f4 Ported from odoo10 to odoo9, tests added 2016-11-30 14:12:34 +03:00
Holger Brunn
cfbb551a67 [MIG] Make modules uninstallable 2016-11-12 14:14:11 +01:00
Alexis de Lattre
185b755333 Port intrastat_base to v10
Set 2 other modules to uninstallable
Update README.rst: switch to new intrastat project
2016-10-11 14:59:28 +02:00
Alexis de Lattre
176ada515d Restore code lost in transition to github/OCA/intrastat 2016-10-11 12:19:41 +02:00
Alexis de Lattre
28678aa72b Update README.rst
Rename variables
2016-10-07 13:15:00 +02:00
luc-demeyer
d77890bcce update intrastat_base 2016-10-07 13:15:00 +02:00
Alexis de Lattre
944f10383c Cleaner view inheritance (works both in v8 and v9) 2016-10-07 13:15:00 +02:00
Holger Brunn
4c4ebc3b89 wrong variable name 2016-10-07 13:15:00 +02:00
Holger Brunn
a2b57cef5a this week's ci errors 2016-10-07 13:15:00 +02:00
Alexis de Lattre
483156277b Demo VAT number should be on EU customers 2016-10-07 13:15:00 +02:00
Alexis de Lattre
dbd346616f total_amount is a sum of integers, so it should be an integer
Add transport mode in computation tree view
2016-10-07 13:15:00 +02:00
Alexis de Lattre
bc72554f41 Inspired by the PR https://github.com/akretion/account-financial-reporting/pull/8 of Luc de Meyer 2016-10-07 13:15:00 +02:00
Alexis de Lattre
6d6e598d77 Warning -> UserError 2016-10-07 13:15:00 +02:00
Alexis de Lattre
8f48cd1777 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
2016-10-07 13:15:00 +02:00
Alexis de Lattre
23b41f0a6f Remove field exclude_from_intrastat
Re-organise view of intrastat.product.declaration
2016-10-07 13:15:00 +02:00
Alexis de Lattre
426edc0111 If rounded weight is 0, put 1
Take into account the taxes for B2C
Small code cleanup
2016-10-07 13:15:00 +02:00
Alexis de Lattre
a709ed6ec5 Add support for accessory costs
Add default values for intrastat transaction on company
Code cleanup
2016-10-07 13:15:00 +02:00
Alexis de Lattre
cb407dd9b9 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
2016-10-07 13:15:00 +02:00
luc-demeyer
ce293b57db update intrastat modules 2016-10-07 13:15:00 +02:00
luc-demeyer
f61a01cc7d major update intrastat V3 modules 2016-10-07 13:15:00 +02:00
Alexis de Lattre
6cc2d578e5 Add first draft of code to generate decl lines 2016-10-07 13:15:00 +02:00
Alexis de Lattre
1f63ecc173 Large code re-engineering following the Akretion-Noviat code sprint on intrastat
This code has been written both by Luc de Meyer and myself.
2016-10-07 13:15:00 +02:00
Alexis de Lattre
07d5a29dbb Better use of the new API for send_mail(), as suggested by Yannick (and tested be me) 2016-10-07 13:15:00 +02:00
Alexis de Lattre
c19bb72c31 Simplify @depends, as suggested by Yannick 2016-10-07 13:15:00 +02:00
Alexis de Lattre
7c5eb1de52 Update README.rst and translation files 2016-10-07 13:15:00 +02:00
Alexis de Lattre
c802ac3fd0 Try to shut-up pylint 2016-10-07 13:15:00 +02:00
Alexis de Lattre
22170dbd29 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. 2016-10-07 13:15:00 +02:00
Ronald Portier
4443f9b4c5 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.
2016-10-07 13:14:52 +02:00
Alexis de Lattre
23c54be82d Continue port to new API + PEP8. First working version. 2016-10-07 13:14:43 +02:00
Alexis de Lattre
21a3435d7a Continue the port to the new API Access for intrastat report to accounting user and not only accounting manager. 2016-10-07 13:14:43 +02:00
Ronald Portier
8cc3851be6 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. 2016-10-07 13:14:29 +02:00
Alexis de Lattre
d72091d405 intrastat_base + l10n_fr_intrastat_service : port to new API 2016-10-07 13:14:11 +02:00
Alexis de Lattre
505eb69420 Add module intrastat_product. Rename report.intrastat.product to l10n.fr.report.intrastat.product (same for service and for lines) + migration scripts 2016-10-07 13:14:00 +02:00
Alexis de Lattre
2e3f94bba0 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 2016-10-07 13:14:00 +02:00
Alexis de Lattre
627105be9d 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 ! :) 2016-10-07 13:14:00 +02:00
Alexis de Lattre
e722bcf08d Continue the work on port to v8.0 2016-10-07 13:14:00 +02:00
Alexis de Lattre
c7f132f397 Port intrastat_base to Odoo 8.0. 2016-10-07 13:14:00 +02:00
Alexis de Lattre
319938a099 l10n_fr_intrastat_service : update POT file and FR translation. l10n_fr_intrastat_product : continue PEP-8 compliance 2016-10-07 13:14:00 +02:00
Alexis de Lattre
5a57ee84f5 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. 2016-10-07 13:14:00 +02:00
Alexis de Lattre
bf37d00734 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 2016-10-07 13:14:00 +02:00
David Béal
566b682c6c xpath in a more generic way 2016-10-07 13:14:00 +02:00
David Béal
b2520441a7 simplify first xpath too in partner view 2016-10-07 13:14:00 +02:00
David Béal
f0c9742f44 xpath in partner view as Niels Huylebroeck suggest 2016-10-07 13:14:00 +02:00