cubells
9fc3b0c3d0
[FIX] intrastat_product: state can be None
2017-09-21 12:07:35 +02:00
OCA Git Bot
90d845e911
[ADD] setup.py
2017-07-28 04:36:42 +02:00
OCA Git Bot
8bfa2cf427
[UPD] addons table in README.md
2017-07-28 02:36:29 +02:00
Alex Comba
44177f62a9
Merge pull request #20 from leemannd/add_10-hs_code_link
...
[10.0]Add hs_code_link
2017-07-27 16:46:07 +02:00
Denis Leemann
ea27474f8f
Add hs_code_link
2017-07-27 13:41:00 +02:00
OCA Git Bot
357790f7bd
[ADD] setup.py
2017-03-31 04:35:01 +02:00
OCA Git Bot
d7f5c6feb5
[UPD] addons table in README.md
2017-03-31 02:35:27 +02:00
Pedro M. Baeza
6c4ca0967f
Merge pull request #10 from akretion/10-port-finalise
...
[10.0] Port intrastat_product to odoo 10
2017-03-30 11:12:57 +02:00
OCA Git Bot
a1592f4ff4
[UPD] addons table in README.md
2017-03-28 02:38:46 +02:00
OCA Git Bot
3f9c0b70fd
[UPD] addons table in README.md
2017-03-25 02:39:30 +01:00
Alexis de Lattre
4df0c23ce9
First port of intrastat declaration generation
2017-03-08 11:01:10 +01:00
Alexis de Lattre
c0443da565
Port intrastat_product to v10.0
...
intrastat_base: Move company view params to account config page
2017-03-06 00:17:26 +01:00
Alexis de Lattre
4d5456be03
Move Intrastat menu entry to Accounting > Report instead of Accounting > Report > PDF Reports (because intrastat reports are not in PDF !)
2017-01-18 23:50:45 +01:00
OCA Git Bot
56253321c8
[UPD] addons table in README.md
2016-11-13 11:35:33 +01:00
OCA Git Bot
38db565acd
[ADD] setup.py
2016-11-13 04:33:28 +01:00
Holger Brunn
4b7fb6fbad
Merge pull request #3 from akretion/10-intrastat-v3
...
[ADD] migrate intrastat_base, product_harmonized_system
2016-11-12 14:06:52 +01:00
Alexis de Lattre
4f96d35c9c
Update version number in Travis
2016-11-10 19:48:17 +01:00
Alexis de Lattre
43013393fc
Fix warning on display_name
...
Special thanks to Pedro and Holger for finding the solution for display_name
Fix demo data
2016-10-19 09:18:36 +02:00
Alexis de Lattre
4639d9d155
Port product_harmonized_system to v10
2016-10-11 18:05:14 +02: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
7f37480a38
Add dependency on stock-logistics-workflow
2016-10-11 12:29:16 +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
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