Commit Graph

24 Commits

Author SHA1 Message Date
Bernat Brunet cd4c1c764a Fix bug when take lot from edi file. If lot is created, us the lot number send by the supplier. 2021-05-14 14:19:37 +02:00
Raimon Esteve 52e96683f7 Increase version number 2021-04-26 15:47:30 +02:00
Albert Cervera i Areny f98cf7464d Use isinstance() to check if origin points to a purchase.
If origin only points to a model without a specific ID, then 'origin'
evaluates to True but is not an object (but str) so using
origin.__name__ crashes.
2021-03-29 23:34:28 +02:00
Bernat Brunet 0224697827 Ensure that list exist bfore make a pop from it. 2021-03-09 13:04:57 +01:00
Bernat 9ad8a3559f Merge pull request #1 from NaN-tic/042121
042121
2021-02-11 13:00:46 +01:00
Raimon Esteve d90ccd1037 Set default values 2020-12-21 18:48:59 +01:00
Àngel Àlvarez 3a9f59406f Merge branch 'master' of github.com:NaN-tic/trytond-stock_shipment_in_edi 2020-11-07 16:54:53 +01:00
Àngel Àlvarez 8d65fcc327 add padding on purchase number and add some logs 2020-11-07 16:54:11 +01:00
Bernat Brunet 0cf34802b7 Fix bug on list call 2020-10-29 16:50:23 +01:00
Bernat Brunet 820c1bbc3c Update EDI import shipments. Some times the EDI reference is not the purchase number, it's the purchase reference, so we need to search for the reference too, ensuring is unique 2020-10-29 14:21:14 +01:00
Bernat Brunet c02e7b0ee4 Fix a bug with expiration_date migration. Change the way that create new lots from EDI shipment import files to permit edit/change that new lot. 2020-10-28 23:41:58 +01:00
Raimon Esteve ddb1f0881c Not try/except when save move and skip edi record that quantity is null 2020-09-30 07:49:49 +02:00
Àngel Àlvarez 88a813dd67 imports from library instead on unedifact module 2020-09-28 12:12:48 +02:00
Àngel Àlvarez 20fe810e0f Modify tox and add Jenkisfile 2020-04-11 18:27:26 +02:00
Albert Cervera i Areny 551d246b0b Remove country from locale files. 2019-12-04 22:48:24 +01:00
Carlos G?lvez 019ebb7755 Add to imported shipment only the purchase pending moves. 2019-11-27 13:01:24 +01:00
Carlos G?lvez 88df2e211c Fix reference assignment 2019-11-25 07:56:05 +01:00
Carlos G?lvez 1c57e40753 Catch errors of UserError class and append it to the errors log. 2019-11-24 21:37:55 +01:00
Carlos G?lvez f7ff36187e Allow to get RFF|DQ but doesn't process it 2019-11-22 10:34:19 +01:00
?ngel ?lvarez abc6c89177 increase version 2019-11-14 11:01:58 +01:00
?ngel ?lvarez fd9992729b increase version 2019-11-14 10:56:58 +01:00
Carlos G?lvez 788970809c Process all cps levels
Fix bug when matching moves are searched
2019-10-15 09:53:04 +02:00
Carlos G?lvez 1a52e73c05 Initial commit 2019-10-01 10:55:01 +02:00
Carlos G?lvez c55820397f Module init 2019-09-25 16:20:23 +00:00