Commit Graph

138 Commits

Author SHA1 Message Date
aheficent
d89bb34d41 [FIX]rma_line view in the sale order line 2019-05-16 18:16:17 +02:00
aheficent
4ff193c87a [MIG]rma_sale to v11 2019-05-16 18:16:17 +02:00
aaron
ee52649034 [IMP]update module version 2019-05-16 18:16:17 +02:00
aaron
b1b218ce99 [IMP]nicer name_get in sale_order_line 2019-05-16 18:16:17 +02:00
Lois Rilo
14fd2d5194 [9.0] rma_sale: add advanced refund operation 2019-05-16 18:16:17 +02:00
aaron
df9cf9e06e [IMP]name get when filling form sale order lines 2019-05-16 18:16:17 +02:00
aaron
f3aeeeeecf [FIX]sale group 2019-05-16 18:16:17 +02:00
aaron
96a4363c3c [FIX]when selling use the standard routes not rma ones 2019-05-16 18:16:17 +02:00
Lois Rilo
ea24647878 [9.0] rma: add filters for pending quantities 2019-05-16 18:16:17 +02:00
aaron
a795059e66 [FIX]rma_sale sale_policy instead of sale_type 2019-05-16 18:16:17 +02:00
Lois Rilo
5966aec054 fixup! fix 2019-05-16 18:16:17 +02:00
Lois Rilo
caf2b8fc3d [9.0][REW] rma_sale: complete rework of the tests (they didn't make sense at all before) 2019-05-16 18:16:17 +02:00
Lois Rilo
e67915d65a [9.0] rma_sale: add default sale operation 2019-05-16 18:16:17 +02:00
Lois Rilo
ce386e0b33 [9.0] rma_sale: adapt constraint to view domain 2019-05-16 18:16:17 +02:00
aaron
0d0ceb2139 [FIX]reverting changes applied to v11 2019-05-16 18:16:17 +02:00
Lois Rilo
11925423c1 [FIX] tests 2019-05-16 18:16:17 +02:00
Maxime Chambreuil
1b23e26a23 [MIG] Migrate configuration and cleanup 2019-05-16 18:16:17 +02:00
aheficent
0557cef1a6 [FIX]compute qty to sell 2019-05-16 18:16:17 +02:00
Nikul Chaudhary
3904bdb03b [FIX] Fixed UT & Travis 2019-05-16 18:16:17 +02:00
Nikul Chaudhary
4c1c78494a [IMP] Improved Code. 2019-05-16 18:16:17 +02:00
Nikul Chaudhary
e977b6b9d8 [MIG] Migrated UT & Fixed Travis 2019-05-16 18:16:17 +02:00
aheficent
9479214590 [FIX]various fixes 2019-05-16 18:16:17 +02:00
Nikul Chaudhary
061f0f3da8 [IMP] Improved Unit Test Case and Fixed Travis 2019-05-16 18:16:17 +02:00
aheficent
58cffe0799 [MIG]rma_sale to v10 2019-05-16 18:16:17 +02:00
lreficent
62cd03a3e4 [9.0][IMP] rma: add link to source SO and PO 2019-05-16 18:16:17 +02:00
lreficent
1408ba7803 [FIX] allow child partners too 2019-05-16 18:16:17 +02:00
lreficent
03f318a729 [9.0][IMP] rma_sale: allow to search by order reference 2019-05-16 18:16:17 +02:00
lreficent
4ed75faa4f fix rma_sale 2019-05-16 18:16:17 +02:00
lreficent
9dae2ef02b [9.0][FIX] wizards need to specify partner. 2019-05-16 18:16:17 +02:00
lreficent
422c1f34cb [9.0][REW] rma_sale: adapt 2019-05-16 18:16:17 +02:00
lreficent
e824619e1e [9.0][FIX] rma_sale: product might be changed when creating SO from RMA. 2019-05-16 18:16:17 +02:00
lreficent
3e1e584569 [9.0][FIX] rma_sale: wrong domain 2019-05-16 18:16:17 +02:00
lreficent
dcdf43f7b2 [9.0][IMP] rma_sale:
* simplify actgion_view methods.
* remove unneded copy and ondelete attributes.
* Fix wizard to add rma lines from SO.
* Update README and some strings.
2019-05-16 18:16:17 +02:00
lreficent
f7f9a8dd8d [9.0][IMP] rma_account:
* remove unneded copy attributes.
* simplify action_view methods.
* fix wrong naming.
* fix misplaced views.
* fix wrong count and view actions for rma.orders in invoices.
* fix error when installing the module.
* remove unneded data update when preparing rma lines from invoice lines.
* minor extra fixes.
2019-05-16 18:16:17 +02:00
lreficent
1d6214f134 [9.0][FIX]
* rma: receipt_policy selections not matching.
* rma_sale: fix _prepare_rma_line_from_sale_order_line.
2019-05-16 18:16:17 +02:00
aheficent
7e8561b13b [IMP] default operation in product and product_categ for customer and supplier
[IMP]Separate menus for customer and supplier operations
* Add active field to rma operation
* Added tests
* Fix travis
* Fix create supplier rma from customer rma
2019-05-16 18:16:17 +02:00
lreficent
13a4b9a775 [9.0][FIX] rma:
* fix assignment of moves.
* default qty in rma lines.
* remove account dependency.
* test and flake8 fixes.
2019-05-16 18:16:17 +02:00
Jordi Ballester
1a5b49b2dd init branch 2019-05-16 18:16:17 +02:00
Aarón Henríquez
719b881107 Merge pull request #68 from grindtildeath/12.0_proxy_default_with_lambda
[12.0] Improve fields definition
2019-05-16 14:15:38 +02:00
Aarón Henríquez
823877015a Merge pull request #71 from grindtildeath/12.0_fix_rma_add_from_stock_move
[12.0][FIX] Remove picking_id from default_get as model does not define it
2019-04-17 09:31:19 +02:00
Akim Juillerat
b794abc9b6 [FIX] Remove picking_id from default_get as model does not define it 2019-04-10 15:02:52 +02:00
Akim Juillerat
5a9fed3301 Define default value for required fields 2019-03-18 18:13:25 +01:00
Akim Juillerat
21d340cc23 Use strings on fields compute to allow inheritance 2019-03-18 17:42:49 +01:00
Akim Juillerat
a6efa3b5e4 Proxy fields defaults with lambda to allow inheritance 2019-03-18 17:42:49 +01:00
Akim Juillerat
be1afbb0a1 rma: Fix stock_location res.groups 2019-03-15 12:44:50 +01:00
Akim Juillerat
3029586e46 rma_account: Fix test opening invoice before validating 2019-03-15 12:17:08 +01:00
Akim Juillerat
00061d4e8e rma_account: Fix res.groups on discount 2019-03-15 12:17:08 +01:00
Akim Juillerat
a0dd217d75 rma_account: Fix uom res.groups 2019-03-15 12:17:08 +01:00
Aarón Henríquez
a56e39e8a2 Merge pull request #53 from Eficent/12.0-mig-rma_account
[12.0][MIG] rma_account
2019-03-07 17:12:47 +01:00
Beñat Jimenez
95bbc3d00e [FIX] qty_delivered is not updated properly 2019-02-14 09:37:35 +01:00