Commit Graph

106 Commits

Author SHA1 Message Date
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
Adrià Gil Sorribes
b3a15dd989 [12.0][FIX] Fix search view in rma module 2018-12-03 14:53:23 +01:00
Adrià Gil Sorribes
f087b7f11b [12.0][MIG] Migrate rma_account module to v12.0 2018-11-21 10:55:19 +01:00
aheficent
61deea9c3f [FIX]currency_id was not filled 2018-11-21 10:55:19 +01:00
aheficent
b5a1a0dd61 [FIX]rma account operations is data 2018-11-21 10:55:19 +01:00
aheficent
10c1a1cb2f [FIX]refund policy 2018-11-21 10:55:19 +01:00
Lois Rilo
a84ed47a9b [9.0][REW] rma_account: complete rework of tests 2018-11-21 10:55:19 +01:00
Bhavesh Odedra
7894d782f9 [FIX] issue of name_get when pull down list from 'Originating Invoice Line' 2018-11-21 10:55:19 +01:00
Bhavesh Odedra
b9c442cb00 [FIX] issue of filters 2018-11-21 10:55:19 +01:00
Bhavesh Odedra
42b1ffbdf5 [FIX] issue of 'Add from RMA Line' in Customer/Vendor invoice 2018-11-21 10:55:19 +01:00
Bhavesh Odedra
4152604ddc [FIX] navigation button issue TypeError: unhashable type: 'list' 2018-11-21 10:55:19 +01:00
Maxime Chambreuil
22eb1d6901 Update __manifest__.py 2018-11-21 10:55:18 +01:00
Maxime Chambreuil
f837d5bc68 [FIX] Add read access to invoice 2018-11-21 10:55:18 +01:00
Bhavesh Odedra
4dd146c9b8 [11.0] MIG: rma_account 2018-11-21 10:55:18 +01:00
aaron
515dd86791 [IMP]nicer name_get in the invoice 2018-11-21 10:55:18 +01:00
aaron
24ae0211d8 [IMP]add rma lines to invoices as it is done with PO 2018-11-21 10:55:18 +01:00
Lois Rilo
d960e4751f fixup! rma account menus 2018-11-21 10:55:18 +01:00
Lois Rilo
00fe56e498 [ADD] rma_account: add rma menu on the accounting app 2018-11-21 10:55:18 +01:00
Lois Rilo
92f6161a93 [9.0] rma_account:
* fix view
 * small issue in wizard
 * modify data file
 * smaller issues
2018-11-21 10:55:18 +01:00
Lois Rilo
7e04e8e321 [9.0][IMP] rma_sale and rma_account: consider product when filtering sources on rma lines 2018-11-21 10:55:18 +01:00
Maxime Chambreuil
419e810cd4 [MIG] Migrate configuration and cleanup 2018-11-21 10:55:18 +01:00
Nikul Chaudhary
953da28b2c [MIG] Migrated UT & Fixed Travis 2018-11-21 10:55:18 +01:00
aheficent
bb8f392ef4 [FIX]various fixes 2018-11-21 10:55:18 +01:00
Nikul Chaudhary
dd847b8165 [IMP] Improved Unit Test Case and Fixed Travis 2018-11-21 10:55:18 +01:00
aheficent
f0c535593e [MIG]rma account v10 2018-11-21 10:55:18 +01:00
lreficent
9dfb123095 [FIX] allow child partners too 2018-11-21 10:55:18 +01:00
lreficent
d1f15d796a [9.0][FIX] rma_account: refund wizard 2018-11-21 10:55:18 +01:00
lreficent
31ed699855 [9.0][FIX] wizards need to specify partner. 2018-11-21 10:55:18 +01:00
lreficent
5238d251bc [9.0][IMP] rma: add constrains 2018-11-21 10:55:18 +01:00
lreficent
c0c3dcc278 [9.0][REW] rma_account: adapt. 2018-11-21 10:55:18 +01:00
lreficent
37a51b2134 pylint 2018-11-21 10:55:18 +01:00
lreficent
57828e4893 [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.
2018-11-21 10:55:18 +01:00
aheficent
36ac91aa3c [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
2018-11-21 10:55:18 +01:00