mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
work sale and purchase
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user