Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
5
Odpowiedzi
9211
Widoki
@api.one - automatically iterate recordset passed to function and call function for each record in recordset rather then for recordset in a whole.
@api.depends - using @api.depends you specify list of fields that your function depends on, i.e. fields you want to be available inside your function. (commonly used together with @api.onchange)
Thanks For Your answer Temur
API stands for Application Programming Interface, is a set of routine definitions, protocols, library, and tools that assists developers in writing code that connect with other software. It describes what functionality is available, how it must be used and what formats it will accept as input or return as output. An API may be for a web-based system, operating system, or database system, and it provides facilities to develop applications for that system using a given programming language. More....
http://net-informations.com/q/mis/api.html
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
0
mar 25
|
1415 | ||
|
0
sty 25
|
3493 | ||
|
1
sie 23
|
14853 | ||
change password
Rozwiązane
|
|
1
sie 23
|
13505 | |
|
1
lip 23
|
10484 |
https://www.odoo.com/forum/help-1/question/difference-between-api-one-and-api-multi-in-api-odoo-openerp-68209
https://www.odoo.com/documentation/8.0/reference/orm.html#module-openerp.api