Skip to content
Juan José Scarafía edited this page Oct 16, 2015 · 1 revision
  1. No need to create an issue if you're making a PR to fix it. Describe the issue in the PR, it's the same as an issue, but with higher priority!
  2. Double-check that the issue still occurs with the latest version of Odoo Argentina (you can easily test following on Odoo Argentina en 3 pasos). In the future you can also test it on Odoo Argentina Runbot
  3. Search for similar issues before reporting anything
  4. If you're not sure it's a bug, search in Odoo Help, Odoo Argentina Help or ask a question there to find out
  5. If you're a programmer, try investigating/fixing yourself, and consider making a Pull Request instead
  6. If you really think a new issue is useful, keep in mind that it will be treated with a much lower priority than a Pull Request or an ADHOC SA Customer support ticket

If later on you create a pull request solving an opened issue, do not forget to reference it in your pull request (e.g.: "This patch fixes issue #42").

When reporting an issue or creating a pull request, please use the following template:

**Quantity field is ignored in a sale order**

Impacted versions:
 
 - 8.0
 
Steps to reproduce:
 
 1. create a new sale order
 2. add a line with product 'Service', quantity 2, unit price 10.0
 3. validate the sale order
 
Current behavior:
 
 - Total price of 10.0
 
Expected behavior:
 
 - Total price of 20.0 (2 * 10 = 20)

For web or rendering issues, do not forget to specify the operating system and browser you are using.

Don't forget that a bug obvious to you may not be to others (maybe not using the same modules, etc.), don't neglect reproducing conditions !