-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][MIG] EMEBI (ex-DEB) l10n_fr_intrastat_product #413
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3cf6d5a - Browse repository at this point
Copy the full SHA 3cf6d5aView commit details -
First alpha version of the new module "l10n_fr_intrastat_product". Fi…
…rst factorisation of common functionnal code between the product and service module (intrastat_common.py) - to be continued. Some code clean-up in the service module.
Configuration menu - View commit details
-
Copy full SHA for 6c7f50c - Browse repository at this point
Copy the full SHA 6c7f50cView commit details -
More work on full DEB+DES implementation. Added full support for "tra…
…nsport type" and partial support for the department. More factorisation between product & service module. Add date_done field. More checks.
Configuration menu - View commit details
-
Copy full SHA for a631d5b - Browse repository at this point
Copy the full SHA a631d5bView commit details -
Converted some fields on report_intrastat_product/service to many2one…
… (fields that are not in the official declaration or never subject to change) Add copy of department from warehouse to invoice. Import DEB don't have the partner_vat field Department can be 99 for Monaco. Copy tranport and department from report_intrastat_product in XML file First attempt at adapting the display of fields depending on the type of declaration.
Configuration menu - View commit details
-
Copy full SHA for cb7bc87 - Browse repository at this point
Copy the full SHA cb7bc87View commit details -
In report_intrastat_product_line, remplace the 2 country fields from …
…string to many2one. WARNING : this is my last commit before I break everything to re-organise the way intrastat_types are handled and I drop the "Intrastat type" field on invoices.
Configuration menu - View commit details
-
Copy full SHA for 39c9fe3 - Browse repository at this point
Copy the full SHA 39c9fe3View commit details -
Complete change of design for intrastat_type ! Now that report_intras…
…tat_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.
Configuration menu - View commit details
-
Copy full SHA for 1cb4ce5 - Browse repository at this point
Copy the full SHA 1cb4ce5View commit details -
Renamed some fields Now manages the specifications of the different p…
…rocedure_code, for example some info don't need to be declared for some procedure codes. Ability to enter DEB lines manually Stat value doesn't exist any more Tree vue of DEB lines is now identical to Cerfa
Configuration menu - View commit details
-
Copy full SHA for 8946352 - Browse repository at this point
Copy the full SHA 8946352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 381edab - Browse repository at this point
Copy the full SHA 381edabView commit details -
Better interface when entering DEB lines manually. Commit before I br…
…eak the main view of intrastat_product.
Configuration menu - View commit details
-
Copy full SHA for 8593e25 - Browse repository at this point
Copy the full SHA 8593e25View commit details -
Brand new XML view for intrastat_product, for better usability (dynam…
…ic readonly & required)
Configuration menu - View commit details
-
Copy full SHA for b17e094 - Browse repository at this point
Copy the full SHA b17e094View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed55840 - Browse repository at this point
Copy the full SHA ed55840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c1b01d - Browse repository at this point
Copy the full SHA 1c1b01dView commit details -
Error in the inherit of view, which can cause a crash in the product …
…view. Beta implementation of "Re-generate lines from picking". [FIX] Check on weight_net instead of weight.
Configuration menu - View commit details
-
Copy full SHA for 67fb6ce - Browse repository at this point
Copy the full SHA 67fb6ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 130bb88 - Browse repository at this point
Copy the full SHA 130bb88View commit details -
Add pricelist on res_company to compute the stat value Ability to fac…
…torize lines taken from picking renamed field invoice_uom_id to source_uom_id, because this field is now also used for lines taken from picking Removed field date_invoice Removed the label "beta" on the button "generate lines from picking".
Configuration menu - View commit details
-
Copy full SHA for e7d06de - Browse repository at this point
Copy the full SHA e7d06deView commit details -
- demo data : Add department on warehouse - removed the use of "user"…
… in the function compute_lines_from_picking - add a field.function "intrastat department" on picking - updated the code accordingly : we can now have the department of the picking when generating lines from picking.
Configuration menu - View commit details
-
Copy full SHA for c372667 - Browse repository at this point
Copy the full SHA c372667View commit details -
Removed unused code in SQL query (this "id" field was required when i…
…t was an SQL view)
Configuration menu - View commit details
-
Copy full SHA for 621bcb0 - Browse repository at this point
Copy the full SHA 621bcb0View commit details -
- For "generate lines from picking", exclude picking from sale orders…
…/purchase orders that have a shipping policy != 'invoice from the packing' So it should now only select incoming/outgoing products used for RMAs
Configuration menu - View commit details
-
Copy full SHA for 1e6b14d - Browse repository at this point
Copy the full SHA 1e6b14dView commit details -
Full re-design of intrastat types : probably requires deleting the re…
…port_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.
Configuration menu - View commit details
-
Copy full SHA for 1d5f263 - Browse repository at this point
Copy the full SHA 1d5f263View commit details -
New important feature : ability to exlude invoice lines that have a s…
…pecific tax in it. For example, this is required for B2C companies, that mustn't put in DEB Export the invoices to EU customers that contain French VAT.
Configuration menu - View commit details
-
Copy full SHA for 2d1b763 - Browse repository at this point
Copy the full SHA 2d1b763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 847bac5 - Browse repository at this point
Copy the full SHA 847bac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9033133 - Browse repository at this point
Copy the full SHA 9033133View commit details -
Support for some triangular operations (not all yet) [FIX] an issue w…
…ith the type of field of transaction_code on intrastat_type Add field "Destination/Origin country of the goods" on invoice Write the value of this field when creating the invoice from the packing Fix a bug in the computation of the department on picking, and now make it a stored field. Now able to copy origin/dest country and department on invoice when the invoice is created from SO/PO (before, it was only supported when creating the invoice from the packing).
Configuration menu - View commit details
-
Copy full SHA for e289860 - Browse repository at this point
Copy the full SHA e289860View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6798c43 - Browse repository at this point
Copy the full SHA 6798c43View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 7b35c03 - Browse repository at this point
Copy the full SHA 7b35c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b01e6 - Browse repository at this point
Copy the full SHA a3b01e6View commit details -
Remove check that would block the manual creation of intrastat produc…
…t lines. Auto-fill the intrastat UoM field when creating an intrastat product line manually.
Configuration menu - View commit details
-
Copy full SHA for a2f5a46 - Browse repository at this point
Copy the full SHA a2f5a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64d7b43 - Browse repository at this point
Copy the full SHA 64d7b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for b066542 - Browse repository at this point
Copy the full SHA b066542View commit details -
It is now possible to set the H.S. code on the product category. Some…
… "return None" changed to "return True"
Configuration menu - View commit details
-
Copy full SHA for 15b9bac - Browse repository at this point
Copy the full SHA 15b9bacView commit details -
. 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.
Configuration menu - View commit details
-
Copy full SHA for 291b1d8 - Browse repository at this point
Copy the full SHA 291b1d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 288eb95 - Browse repository at this point
Copy the full SHA 288eb95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dad92b - Browse repository at this point
Copy the full SHA 3dad92bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e18a782 - Browse repository at this point
Copy the full SHA e18a782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 935975c - Browse repository at this point
Copy the full SHA 935975cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ede772 - Browse repository at this point
Copy the full SHA 0ede772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b0097e - Browse repository at this point
Copy the full SHA 8b0097eView commit details -
Port to OpenERP v6 Add seach views for Intrastat product and Intrasta…
…t service Comment prints in the code Standardize the name of ids Add "done" button in tree view Display company_id fields in the interface if the user belongs to "group_multi_company"
Configuration menu - View commit details
-
Copy full SHA for 95433da - Browse repository at this point
Copy the full SHA 95433daView commit details -
Configuration menu - View commit details
-
Copy full SHA for adefb52 - Browse repository at this point
Copy the full SHA adefb52View commit details -
l10n_fr_intrastat_service : Moved the raise if the Partner VAT number…
… is missing, so that, when we sell to a physical person in the EU, we don't get the raise. Thanks to Anevia for this interesting bug report ! We need to do the same thing in l10n_fr_intrastat_product.
Configuration menu - View commit details
-
Copy full SHA for 1dac4a1 - Browse repository at this point
Copy the full SHA 1dac4a1View commit details -
Same modification as my previous commit for DEB : when we sell to a p…
…hysical 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.
Configuration menu - View commit details
-
Copy full SHA for 2ef3889 - Browse repository at this point
Copy the full SHA 2ef3889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8ecd3 - Browse repository at this point
Copy the full SHA 9b8ecd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a5804 - Browse repository at this point
Copy the full SHA c2a5804View commit details -
Configuration menu - View commit details
-
Copy full SHA for b251378 - Browse repository at this point
Copy the full SHA b251378View commit details -
Now manage UoM other than PCE. If the UoM required by the H.S. code i…
…s not the UoM of the invoi ce, it will do the conversion (if possible). Now possible to have a country of origin on the 'supplier information' instead of on the product form (usefull when the origin of a product depend on the supplier).
Configuration menu - View commit details
-
Copy full SHA for b32c13f - Browse repository at this point
Copy the full SHA b32c13fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32fb10d - Browse repository at this point
Copy the full SHA 32fb10dView commit details -
Now support weight computation when UoM category is "Unit" and UoM !=…
… PCE Factorize code
Configuration menu - View commit details
-
Copy full SHA for faf1b0d - Browse repository at this point
Copy the full SHA faf1b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dabc4a3 - Browse repository at this point
Copy the full SHA dabc4a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a743e69 - Browse repository at this point
Copy the full SHA a743e69View commit details -
Add option "is_accessory_cost" on product.template : If the invoice h…
…as 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
Configuration menu - View commit details
-
Copy full SHA for 705e635 - Browse repository at this point
Copy the full SHA 705e635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 604df7d - Browse repository at this point
Copy the full SHA 604df7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbfb241 - Browse repository at this point
Copy the full SHA cbfb241View commit details -
Do not inherit action_invoice_create in sale.py and stock.py We now i…
…nherit _prepare_invoice... thanks to Akretion's contribution in OpenERP 6.1 !
Configuration menu - View commit details
-
Copy full SHA for b08e31e - Browse repository at this point
Copy the full SHA b08e31eView commit details -
Use the new logger API of OpenERP 6.1 Move the "EU fiscal representat…
…ive" field in order to avoid the "compression" of the VAT field that made it too small.
Configuration menu - View commit details
-
Copy full SHA for c76ccbe - Browse repository at this point
Copy the full SHA c76ccbeView commit details -
Rewrote the constraint of product.supplierinfo, for better perfs. Tha…
…nks to Benoit Guillot for pointing out this perf issue.
Configuration menu - View commit details
-
Copy full SHA for aaaf482 - Browse repository at this point
Copy the full SHA aaaf482View commit details -
Code clean-up : - context is not passed in constraints - don't use la…
…mbda when not necessary
Configuration menu - View commit details
-
Copy full SHA for 9946cb9 - Browse repository at this point
Copy the full SHA 9946cb9View commit details -
IMPORTANT CHANGE : - All EU countries should now be intrastat=True, i…
…ncluding your own country - When generating lines for Intrastat Product/Service, all invoices for which country == Company's country are excluded
Configuration menu - View commit details
-
Copy full SHA for 90b2628 - Browse repository at this point
Copy the full SHA 90b2628View commit details -
As stated in BOD dated 05/01/2012, mouvements for repairs are not req…
…uired any more in DEB since 01/01/2012. Button has been removed. Lines of code will be removed later.
Configuration menu - View commit details
-
Copy full SHA for 3971bb1 - Browse repository at this point
Copy the full SHA 3971bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e03cc4 - Browse repository at this point
Copy the full SHA 4e03cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24111e8 - Browse repository at this point
Copy the full SHA 24111e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1531cb7 - Browse repository at this point
Copy the full SHA 1531cb7View commit details -
Introduce a big hack to make the fields added on stock.picking work R…
…emove method=True Add new tab "Intrastat" on invoice views, with all intrastat-related fields Code cleanup
Configuration menu - View commit details
-
Copy full SHA for 7dd31b3 - Browse repository at this point
Copy the full SHA 7dd31b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f20d123 - Browse repository at this point
Copy the full SHA f20d123View commit details -
Handle the case where an invoice has products with 0 value and access…
…ory costs with not null value -> the accessory costs are affected at the pro-rata of the number of lines.
Configuration menu - View commit details
-
Copy full SHA for 247e8fa - Browse repository at this point
Copy the full SHA 247e8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92c17f2 - Browse repository at this point
Copy the full SHA 92c17f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af8d64 - Browse repository at this point
Copy the full SHA 0af8d64View commit details -
Should now be compatible with both OCB and RS-OCB Add field import_ob…
…ligation_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
Configuration menu - View commit details
-
Copy full SHA for 1c83495 - Browse repository at this point
Copy the full SHA 1c83495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8278436 - Browse repository at this point
Copy the full SHA 8278436View commit details -
Add an e-mail reminder for l10n_fr_intrastat_product and l10n_fr_intr…
…astat_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.
Configuration menu - View commit details
-
Copy full SHA for 8ada04e - Browse repository at this point
Copy the full SHA 8ada04eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 940ddb1 - Browse repository at this point
Copy the full SHA 940ddb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d31c0 - Browse repository at this point
Copy the full SHA 29d31c0View commit details -
Fix to make the module truly usable when user is not part of the grou…
…p "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.
Configuration menu - View commit details
-
Copy full SHA for 5acaec6 - Browse repository at this point
Copy the full SHA 5acaec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee6128 - Browse repository at this point
Copy the full SHA dee6128View commit details -
Add ir.rule for multi-company. Better "OpenERP v7 style/ergonomy" for…
… FR intrastat reports
Configuration menu - View commit details
-
Copy full SHA for 4be972a - Browse repository at this point
Copy the full SHA 4be972aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6729851 - Browse repository at this point
Copy the full SHA 6729851View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3ff175e - Browse repository at this point
Copy the full SHA 3ff175eView commit details -
Add context in on_change (to be able to use web_context_tunnel) XSD f…
…iles 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.
Configuration menu - View commit details
-
Copy full SHA for 1cc0e95 - Browse repository at this point
Copy the full SHA 1cc0e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for a167ed5 - Browse repository at this point
Copy the full SHA a167ed5View commit details -
l10n_fr_intrastat_service : update POT file and FR translation. l10n_…
…fr_intrastat_product : continue PEP-8 compliance
Configuration menu - View commit details
-
Copy full SHA for 2a70424 - Browse repository at this point
Copy the full SHA 2a70424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 204eda8 - Browse repository at this point
Copy the full SHA 204eda8View commit details -
Add intrastat_type_data and update demo data accordingly Remove versi…
…on="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 ! :)
Configuration menu - View commit details
-
Copy full SHA for 4c2c172 - Browse repository at this point
Copy the full SHA 4c2c172View commit details -
Update graph view for intrastat.product, to split between import and …
…export by default Add dependancy on l10n_fr_siret (works on v8 without changes) and remove field siret_complement Update demo data PEP8 stuff
Configuration menu - View commit details
-
Copy full SHA for 8439ae7 - Browse repository at this point
Copy the full SHA 8439ae7View commit details -
Inherit the new _prepare method that has been introduced in v8.0 for …
…generating invoices from POs.
Configuration menu - View commit details
-
Copy full SHA for 75ca395 - Browse repository at this point
Copy the full SHA 75ca395View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dd48aa4 - Browse repository at this point
Copy the full SHA dd48aa4View commit details -
Add module intrastat_product. Rename report.intrastat.product to l10n…
….fr.report.intrastat.product (same for service and for lines) + migration scripts
Configuration menu - View commit details
-
Copy full SHA for 6274303 - Browse repository at this point
Copy the full SHA 6274303View commit details -
Rename field country_id to origin_country_id (TODO : write mig script…
…) and move this field from l10n_fr_intrastat_product to intrastat_product
Configuration menu - View commit details
-
Copy full SHA for 9a67dfb - Browse repository at this point
Copy the full SHA 9a67dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbc44ec - Browse repository at this point
Copy the full SHA cbc44ecView commit details -
Move intrastat_code and uom_id of report.intrastat.code from l10n_fr_…
…intrastat_product to intrastat_product, as discussed with Luc de Meyer
Configuration menu - View commit details
-
Copy full SHA for 16c11d7 - Browse repository at this point
Copy the full SHA 16c11d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b2245 - Browse repository at this point
Copy the full SHA 52b2245View commit details -
Configuration menu - View commit details
-
Copy full SHA for e48edc6 - Browse repository at this point
Copy the full SHA e48edc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0bb07d - Browse repository at this point
Copy the full SHA e0bb07dView commit details -
Make dutch ICP report workable on odoo 8.0 [FIX] Some small changes i…
…n 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.
Configuration menu - View commit details
-
Copy full SHA for 1cc19d8 - Browse repository at this point
Copy the full SHA 1cc19d8View commit details -
Continue the port to the new API Access for intrastat report to accou…
…nting user and not only accounting manager.
Configuration menu - View commit details
-
Copy full SHA for 8b7f69d - Browse repository at this point
Copy the full SHA 8b7f69dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fad3ce9 - Browse repository at this point
Copy the full SHA fad3ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f103ca - Browse repository at this point
Copy the full SHA 2f103caView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd83ca8 - Browse repository at this point
Copy the full SHA fd83ca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f463a90 - Browse repository at this point
Copy the full SHA f463a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 990e8ac - Browse repository at this point
Copy the full SHA 990e8acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae4b594 - Browse repository at this point
Copy the full SHA ae4b594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f1bbf - Browse repository at this point
Copy the full SHA 41f1bbfView commit details -
Update views following changes in intrastat_product
Other minor modifications
Configuration menu - View commit details
-
Copy full SHA for 7257781 - Browse repository at this point
Copy the full SHA 7257781View commit details -
FIX XML export for introductions
Follow evolutions of the generic modules Add constrain on company
Configuration menu - View commit details
-
Copy full SHA for 02efba5 - Browse repository at this point
Copy the full SHA 02efba5View commit details -
Take into accout negative lines in total fiscal amount (régime = 25)
Support fiscal representative Unselect supplier refund in arrival declaration
Configuration menu - View commit details
-
Copy full SHA for 9628e64 - Browse repository at this point
Copy the full SHA 9628e64View commit details -
Configuration menu - View commit details
-
Copy full SHA for f99517e - Browse repository at this point
Copy the full SHA f99517eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cf2627 - Browse repository at this point
Copy the full SHA 6cf2627View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdddb54 - Browse repository at this point
Copy the full SHA fdddb54View commit details -
Configuration menu - View commit details
-
Copy full SHA for f103097 - Browse repository at this point
Copy the full SHA f103097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9609104 - Browse repository at this point
Copy the full SHA 9609104View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5168020 - Browse repository at this point
Copy the full SHA 5168020View commit details -
Fix bug in a constraint in intrastat_transaction.py
Small code clean-up
Configuration menu - View commit details
-
Copy full SHA for e933b5a - Browse repository at this point
Copy the full SHA e933b5aView commit details -
Remove dead files stock_view.xml and invoice_view.xml
Remove inherit of account.tax view, which is not required any more
Configuration menu - View commit details
-
Copy full SHA for 183f6bf - Browse repository at this point
Copy the full SHA 183f6bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d7e2e - Browse repository at this point
Copy the full SHA 08d7e2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b8ca7 - Browse repository at this point
Copy the full SHA 96b8ca7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bd1121 - Browse repository at this point
Copy the full SHA 2bd1121View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f7c55 - Browse repository at this point
Copy the full SHA e1f7c55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a24304 - Browse repository at this point
Copy the full SHA 5a24304View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5be93 - Browse repository at this point
Copy the full SHA ea5be93View commit details -
Add post_install script for easier configuration
Show field intrastat_accessory_costs on config page
Configuration menu - View commit details
-
Copy full SHA for 806582e - Browse repository at this point
Copy the full SHA 806582eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf4f48 - Browse repository at this point
Copy the full SHA 4bf4f48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 277a90e - Browse repository at this point
Copy the full SHA 277a90eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e47d1cd - Browse repository at this point
Copy the full SHA e47d1cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5089582 - Browse repository at this point
Copy the full SHA 5089582View commit details -
Configuration menu - View commit details
-
Copy full SHA for dca2dbb - Browse repository at this point
Copy the full SHA dca2dbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 591d0ab - Browse repository at this point
Copy the full SHA 591d0abView commit details -
Configuration menu - View commit details
-
Copy full SHA for f47e4a1 - Browse repository at this point
Copy the full SHA f47e4a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e9263 - Browse repository at this point
Copy the full SHA b7e9263View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90cdf9c - Browse repository at this point
Copy the full SHA 90cdf9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d39e221 - Browse repository at this point
Copy the full SHA d39e221View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0abf468 - Browse repository at this point
Copy the full SHA 0abf468View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13288d5 - Browse repository at this point
Copy the full SHA 13288d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a27e008 - Browse repository at this point
Copy the full SHA a27e008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7556d55 - Browse repository at this point
Copy the full SHA 7556d55View commit details -
Auto-configure account.tax.template
New post-install script that uses the information of account.tax.template Finalise port to v11
Configuration menu - View commit details
-
Copy full SHA for 22cdc03 - Browse repository at this point
Copy the full SHA 22cdc03View commit details -
Configuration menu - View commit details
-
Copy full SHA for f610b52 - Browse repository at this point
Copy the full SHA f610b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10058af - Browse repository at this point
Copy the full SHA 10058afView commit details -
l10n_fr_intrastat_product: Update FR translation
Fix strings (for translation)
Configuration menu - View commit details
-
Copy full SHA for cafa170 - Browse repository at this point
Copy the full SHA cafa170View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ea40a - Browse repository at this point
Copy the full SHA 45ea40aView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-france-11.0/l10n-france-11.0-l10n_fr_intrastat_product Translate-URL: https://translation.odoo-community.org/projects/l10n-france-11-0/l10n-france-11-0-l10n_fr_intrastat_product/
Configuration menu - View commit details
-
Copy full SHA for 2482e63 - Browse repository at this point
Copy the full SHA 2482e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af62ab - Browse repository at this point
Copy the full SHA 8af62abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e67b1 - Browse repository at this point
Copy the full SHA 05e67b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5deb161 - Browse repository at this point
Copy the full SHA 5deb161View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d50df - Browse repository at this point
Copy the full SHA f8d50dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc349b - Browse repository at this point
Copy the full SHA 2bc349bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02963a0 - Browse repository at this point
Copy the full SHA 02963a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b019d01 - Browse repository at this point
Copy the full SHA b019d01View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-france-12.0/l10n-france-12.0-l10n_fr_department_oversea Translate-URL: https://translation.odoo-community.org/projects/l10n-france-12-0/l10n-france-12-0-l10n_fr_department_oversea/
Configuration menu - View commit details
-
Copy full SHA for 61523f7 - Browse repository at this point
Copy the full SHA 61523f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1879930 - Browse repository at this point
Copy the full SHA 1879930View commit details -
Configuration menu - View commit details
-
Copy full SHA for c92af84 - Browse repository at this point
Copy the full SHA c92af84View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-france-12.0/l10n-france-12.0-l10n_fr_intrastat_product Translate-URL: https://translation.odoo-community.org/projects/l10n-france-12-0/l10n-france-12-0-l10n_fr_intrastat_product/
Configuration menu - View commit details
-
Copy full SHA for 1a51ca9 - Browse repository at this point
Copy the full SHA 1a51ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c475770 - Browse repository at this point
Copy the full SHA c475770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c4339 - Browse repository at this point
Copy the full SHA 58c4339View commit details -
Configuration menu - View commit details
-
Copy full SHA for de14a6f - Browse repository at this point
Copy the full SHA de14a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a5a985 - Browse repository at this point
Copy the full SHA 2a5a985View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-france-13.0/l10n-france-13.0-l10n_fr_intrastat_product Translate-URL: https://translation.odoo-community.org/projects/l10n-france-13-0/l10n-france-13-0-l10n_fr_intrastat_product/
Configuration menu - View commit details
-
Copy full SHA for d1b9dbf - Browse repository at this point
Copy the full SHA d1b9dbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 712cfa9 - Browse repository at this point
Copy the full SHA 712cfa9View commit details -
Adapt to important changes in intrastat_base and intrastat_product (new vat field, removal of intrastat on countries, etc.)
Configuration menu - View commit details
-
Copy full SHA for e49b473 - Browse repository at this point
Copy the full SHA e49b473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1012fb6 - Browse repository at this point
Copy the full SHA 1012fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1722c13 - Browse repository at this point
Copy the full SHA 1722c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bced82 - Browse repository at this point
Copy the full SHA 0bced82View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff81bee - Browse repository at this point
Copy the full SHA ff81beeView commit details -
Restore tests and remove Alpha status
Unfuck the "Donald Trump" pull request: this is the real/serious work made by the anti-Donald Trump squad.
Configuration menu - View commit details
-
Copy full SHA for 1ba4de3 - Browse repository at this point
Copy the full SHA 1ba4de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bed4aa1 - Browse repository at this point
Copy the full SHA bed4aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8f9c1 - Browse repository at this point
Copy the full SHA 4a8f9c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4e4bc - Browse repository at this point
Copy the full SHA 7c4e4bcView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-france-14.0/l10n-france-14.0-l10n_fr_intrastat_product Translate-URL: https://translation.odoo-community.org/projects/l10n-france-14-0/l10n-france-14-0-l10n_fr_intrastat_product/
Configuration menu - View commit details
-
Copy full SHA for edc29ce - Browse repository at this point
Copy the full SHA edc29ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7067a11 - Browse repository at this point
Copy the full SHA 7067a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47005d3 - Browse repository at this point
Copy the full SHA 47005d3View commit details -
[FIX] Crash in DEB XML generation
2 variables were using the same name: the node and the content of the node
Configuration menu - View commit details
-
Copy full SHA for 8d54452 - Browse repository at this point
Copy the full SHA 8d54452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1163e3b - Browse repository at this point
Copy the full SHA 1163e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c0629 - Browse repository at this point
Copy the full SHA d4c0629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0d62f - Browse repository at this point
Copy the full SHA 0e0d62fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ed961a - Browse repository at this point
Copy the full SHA 2ed961aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f710405 - Browse repository at this point
Copy the full SHA f710405View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-france-14.0/l10n-france-14.0-l10n_fr_intrastat_product Translate-URL: https://translation.odoo-community.org/projects/l10n-france-14-0/l10n-france-14-0-l10n_fr_intrastat_product/
Configuration menu - View commit details
-
Copy full SHA for 735b284 - Browse repository at this point
Copy the full SHA 735b284View commit details -
Translated using Weblate (Italian)
Currently translated at 6.0% (11 of 182 strings) Translation: l10n-france-14.0/l10n-france-14.0-l10n_fr_intrastat_product Translate-URL: https://translation.odoo-community.org/projects/l10n-france-14-0/l10n-france-14-0-l10n_fr_intrastat_product/it/
Configuration menu - View commit details
-
Copy full SHA for 54b822f - Browse repository at this point
Copy the full SHA 54b822fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b65d552 - Browse repository at this point
Copy the full SHA b65d552View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-france-14.0/l10n-france-14.0-l10n_fr_intrastat_product Translate-URL: https://translation.odoo-community.org/projects/l10n-france-14-0/l10n-france-14-0-l10n_fr_intrastat_product/
Configuration menu - View commit details
-
Copy full SHA for 44089fb - Browse repository at this point
Copy the full SHA 44089fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 836bcbc - Browse repository at this point
Copy the full SHA 836bcbcView commit details -
l10n_fr_intrastat_* : update, improve and simplify
l10n_fr_intrastat_product: - adapt to the very big changes I made in intrastat_product - DEB -> EMEBI - remove intrastat_fiscal_representative_id on res.partner - add a default intrastat transaction for B2C - filter intrastat_transaction_id on invoice form depending on move_type l10n_fr_intrastat_service: - auto-generate XML export upon confirmation to harmonize ergonomy with intrastat product - auto-delete XML upon back2draft - add confirmation pop-up when going back to draft - fix bug on total amount and number of lines when removing all lines - adapt for the fact that EU B2C fiscal positions now have intrastat=True
Configuration menu - View commit details
-
Copy full SHA for 1849bee - Browse repository at this point
Copy the full SHA 1849beeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d74d8d8 - Browse repository at this point
Copy the full SHA d74d8d8View commit details -
emebi: Adapt post-install script
Set company_id to False on intrastat.transaction
Configuration menu - View commit details
-
Copy full SHA for 89c26c1 - Browse repository at this point
Copy the full SHA 89c26c1View commit details
Commits on Feb 8, 2023
-
[MIG] l10n_fr_intrastat_product to v16
This migration started from the v14 branch akretion/14-emebi-simplify It includes the changes discussed in OCA/intrastat-extrastat#194 in particular the fact that intrastat transaction are now provided by the generic module intrastat_product. This change involve one big change: BEFORE: code regime = transaction_id.code ; nature de transaction = transaction_id.fr_transaction_code AFTER: code regime = fr_regime_id.code ; nature de transaction = transaction_id.code Adapt to changes in intrastat_base with the 'intrastat' field of fiscal position converted from boolean to selection with 3 possible values b2b/b2c/no
Configuration menu - View commit details
-
Copy full SHA for c9977b5 - Browse repository at this point
Copy the full SHA c9977b5View commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2a481ca - Browse repository at this point
Copy the full SHA 2a481caView commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7dc05d - Browse repository at this point
Copy the full SHA f7dc05dView commit details