work sale and purchase

This commit is contained in:
sonal arora
2020-09-04 18:25:47 +00:00
parent a8c3e9a5ef
commit 79d5143d31
20 changed files with 152 additions and 50 deletions

View File

@@ -6,7 +6,7 @@ from odoo import api, fields, models, SUPERUSER_ID, _
class stock_picking(models.Model):
_inherit = "stock.picking"
state = fields.Selection(selection_add=[('qa_approval', 'QA approval')],
state = fields.Selection(selection_add=[('qa_approval', 'QA Validation')],
)
def button_validate_qa_approval(self):