@@ -5,41 +5,41 @@ import (
55)
66
77type AccountAnalyticLine struct {
8- AccountId Many2One `xmlrpc:"account_id"`
9- Amount float64 `xmlrpc:"amount"`
10- AmountCurrency float64 `xmlrpc:"amount_currency"`
11- AnalyticAmountCurrency float64 `xmlrpc:"analytic_amount_currency"`
12- Code string `xmlrpc:"code"`
13- CompanyCurrencyId Many2One `xmlrpc:"company_currency_id"`
14- CompanyId Many2One `xmlrpc:"company_id"`
15- CreateDate time.Time `xmlrpc:"create_date"`
16- CreateUid Many2One `xmlrpc:"create_uid"`
17- CurrencyId Many2One `xmlrpc:"currency_id"`
18- Date time.Time `xmlrpc:"date"`
19- DepartmentId Many2One `xmlrpc:"department_id"`
20- DisplayName string `xmlrpc:"display_name"`
21- EmployeeId Many2One `xmlrpc:"employee_id"`
22- GeneralAccountId Many2One `xmlrpc:"general_account_id"`
23- HolidayId Many2One `xmlrpc:"holiday_id"`
24- Id int64 `xmlrpc:"id"`
25- LastUpdate time.Time `xmlrpc:"__last_update"`
26- MoveId Many2One `xmlrpc:"move_id"`
27- Name string `xmlrpc:"name"`
28- PartnerId Many2One `xmlrpc:"partner_id"`
29- ProductId Many2One `xmlrpc:"product_id"`
30- ProductUomId Many2One `xmlrpc:"product_uom_id"`
31- ProjectId Many2One `xmlrpc:"project_id"`
32- Ref string `xmlrpc:"ref"`
33- SoLine Many2One `xmlrpc:"so_line"`
34- TagIds []int64 `xmlrpc:"tag_ids"`
35- TaskId Many2One `xmlrpc:"task_id"`
36- TimesheetInvoiceId Many2One `xmlrpc:"timesheet_invoice_id"`
37- TimesheetInvoiceType string `xmlrpc:"timesheet_invoice_type"`
38- TimesheetRevenue float64 `xmlrpc:"timesheet_revenue"`
39- UnitAmount float64 `xmlrpc:"unit_amount"`
40- UserId Many2One `xmlrpc:"user_id"`
41- WriteDate time.Time `xmlrpc:"write_date"`
42- WriteUid Many2One `xmlrpc:"write_uid"`
8+ AccountId Many2One `xmlrpc:"account_id"`
9+ Amount float64 `xmlrpc:"amount"`
10+ AmountCurrency float64 `xmlrpc:"amount_currency"`
11+ AnalyticAmountCurrency float64 `xmlrpc:"analytic_amount_currency"`
12+ Code string `xmlrpc:"code"`
13+ CompanyCurrencyId Many2One `xmlrpc:"company_currency_id"`
14+ CompanyId Many2One `xmlrpc:"company_id"`
15+ CreateDate time.Time `xmlrpc:"create_date"`
16+ CreateUid Many2One `xmlrpc:"create_uid"`
17+ CurrencyId Many2One `xmlrpc:"currency_id"`
18+ Date time.Time `xmlrpc:"date"`
19+ DepartmentId Many2One `xmlrpc:"department_id"`
20+ DisplayName string `xmlrpc:"display_name"`
21+ EmployeeId Many2One `xmlrpc:"employee_id"`
22+ GeneralAccountId Many2One `xmlrpc:"general_account_id"`
23+ HolidayId Many2One `xmlrpc:"holiday_id"`
24+ Id int64 `xmlrpc:"id"`
25+ LastUpdate time.Time `xmlrpc:"__last_update"`
26+ MoveId Many2One `xmlrpc:"move_id"`
27+ Name string `xmlrpc:"name"`
28+ PartnerId Many2One `xmlrpc:"partner_id"`
29+ ProductId Many2One `xmlrpc:"product_id"`
30+ ProductUomId Many2One `xmlrpc:"product_uom_id"`
31+ ProjectId Many2One `xmlrpc:"project_id"`
32+ Ref string `xmlrpc:"ref"`
33+ SoLine Many2One `xmlrpc:"so_line"`
34+ TagIds []int64 `xmlrpc:"tag_ids"`
35+ TaskId Many2One `xmlrpc:"task_id"`
36+ TimesheetInvoiceId Many2One `xmlrpc:"timesheet_invoice_id"`
37+ TimesheetInvoiceType interface {} `xmlrpc:"timesheet_invoice_type"`
38+ TimesheetRevenue float64 `xmlrpc:"timesheet_revenue"`
39+ UnitAmount float64 `xmlrpc:"unit_amount"`
40+ UserId Many2One `xmlrpc:"user_id"`
41+ WriteDate time.Time `xmlrpc:"write_date"`
42+ WriteUid Many2One `xmlrpc:"write_uid"`
4343}
4444
4545type AccountAnalyticLineNil struct {
0 commit comments