how to add product and the price comes from pricelist automatically with studio
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
Hi Ashraf,
The query you provided is not sufficient for a proper answer; however, assuming you want to set the price of a product in a price list and have it automatically populate in a field, you can follow these steps in Odoo Studio:
- Add a Field for the Product: Drag and drop a "Many2one" field from the sidebar onto the Sales Order form. Select "Product" as the model and configure the other options as needed.
- Add a Field for the Price List: Similarly, add another "Many2one" field for the Price List.
- Add a Related Field for the Price: Drag and drop a "Related" field from the sidebar onto the Sales Order form. Select "Price" as the field to relate, and in the "Related Field" configuration, choose the Price List field you added earlier.
- Save Changes: Once you've added these fields, save your changes in Studio.
- Set Default Price List: Go back to the Sales Order form in regular mode. Click on "Edit" to enter edit mode. Select the desired price list for the Price List field you added.
- Add Products: Now, when you add a product to the Sales Order, the price should automatically come from the selected price list.
By following these steps, you can use Odoo Studio to customize the Sales Order form to include fields for selecting a product and a price list, and have the price automatically populated based on the selected price list.
Hope it helps
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse