Alexis de Lattre
28678aa72b
Update README.rst
...
Rename variables
2016-10-07 13:15:00 +02:00
luc-demeyer
c8390e40ad
update intrastat_product
2016-10-07 13:15:00 +02:00
luc-demeyer
a29f16f74a
update intrastat_product
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
Alexis de Lattre
f2a0dfc7bc
Remove required=1 because we can have intrastat unit that will never be mapped to an odoo unit (will always be set manually)
2016-10-07 13:15:00 +02:00
Alexis de Lattre
88625b18d5
FIX error message
2016-10-07 13:15:00 +02:00
Holger Brunn
c1fb1e0301
another wrong variable name
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
1cf720e20b
Handle scenario where an invoice has products with 0 value (samples for example) and shipping costs (accessory costs) with value > 0.
2016-10-07 13:15:00 +02:00
Alexis de Lattre
36c904ee20
Add ACL on hs.code to financial manager (I can't do it in product_harmonized_system because it doesn't depend on account)
2016-10-07 13:15:00 +02:00
Alexis de Lattre
584c0bdd97
Modularise a piece of code
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
e22db83d05
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.
2016-10-07 13:15:00 +02:00
Alexis de Lattre
f3bdbcdcaf
FIX wrong model for seach method
2016-10-07 13:15:00 +02:00
Alexis de Lattre
96c272f558
FIX intrastat_country for invoices without src_dest_country_id
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
dfd7fb9d72
Improve logs and messages
2016-10-07 13:15:00 +02:00
luc-demeyer
63f4228322
intrastat fixes
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
9bd6efeb19
Include product code in warning msg on weight
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
0b597ac11c
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
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
7abafdf9d5
FIX dependency list
...
More python method call
Update encoding header
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
c7ad37e8ff
add region to intrastat_product
2016-10-07 13:15:00 +02:00
luc-demeyer
0cdfd10819
add region to intrastat_product
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
Luc De Meyer
e0664db3b9
Update intrastat.py
...
remove print statements from def _display_name
2016-10-07 13:15:00 +02:00
Luc De Meyer
48afff8830
Update README.rst
2016-10-07 13:15:00 +02:00
Luc De Meyer
a7b5d9090f
hs_code display_name fix
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
a68e51c04b
Move ACL from l10n_fr_intrastat_product module to intrastat_product module
2016-10-07 13:15:00 +02:00
Alexis de Lattre
90a5462917
Remove description in __openerp__.py
2016-10-07 13:15:00 +02:00
Alexis de Lattre
1526648ee6
Add index=True on some fields on which we often search, as suggested by Yannick
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
Guewen Baconnier
4a1118a0c6
display_name must be stored as it is used as _rec_name, otherwise we cant, for instance, import files with name_search
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
Alexis de Lattre
29c1089717
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
2016-10-07 13:14:52 +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