diff --git a/account_abstract_payment.go b/account_abstract_payment.go index b540c597..002c47ac 100644 --- a/account_abstract_payment.go +++ b/account_abstract_payment.go @@ -6,21 +6,21 @@ import ( // AccountAbstractPayment represents account.abstract.payment model. type AccountAbstractPayment struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - Communication *String `xmlrpc:"communication,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - HidePaymentMethod *Bool `xmlrpc:"hide_payment_method,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PartnerType *Selection `xmlrpc:"partner_type,omitempty"` - PaymentDate *Time `xmlrpc:"payment_date,omitempty"` - PaymentMethodCode *String `xmlrpc:"payment_method_code,omitempty"` - PaymentMethodId *Many2One `xmlrpc:"payment_method_id,omitempty"` - PaymentType *Selection `xmlrpc:"payment_type,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + Communication *String `xmlrpc:"communication,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + HidePaymentMethod *Bool `xmlrpc:"hide_payment_method,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PartnerType *Selection `xmlrpc:"partner_type,omptempty"` + PaymentDate *Time `xmlrpc:"payment_date,omptempty"` + PaymentMethodCode *String `xmlrpc:"payment_method_code,omptempty"` + PaymentMethodId *Many2One `xmlrpc:"payment_method_id,omptempty"` + PaymentType *Selection `xmlrpc:"payment_type,omptempty"` } // AccountAbstractPayments represents array of account.abstract.payment model. diff --git a/account_account.go b/account_account.go index a73f8057..a1887fb3 100644 --- a/account_account.go +++ b/account_account.go @@ -6,28 +6,28 @@ import ( // AccountAccount represents account.account model. type AccountAccount struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Deprecated *Bool `xmlrpc:"deprecated,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - GroupId *Many2One `xmlrpc:"group_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InternalType *Selection `xmlrpc:"internal_type,omitempty"` - LastTimeEntriesChecked *Time `xmlrpc:"last_time_entries_checked,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Note *String `xmlrpc:"note,omitempty"` - OpeningCredit *Float `xmlrpc:"opening_credit,omitempty"` - OpeningDebit *Float `xmlrpc:"opening_debit,omitempty"` - Reconcile *Bool `xmlrpc:"reconcile,omitempty"` - TagIds *Relation `xmlrpc:"tag_ids,omitempty"` - TaxIds *Relation `xmlrpc:"tax_ids,omitempty"` - UserTypeId *Many2One `xmlrpc:"user_type_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Deprecated *Bool `xmlrpc:"deprecated,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + GroupId *Many2One `xmlrpc:"group_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InternalType *Selection `xmlrpc:"internal_type,omptempty"` + LastTimeEntriesChecked *Time `xmlrpc:"last_time_entries_checked,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Note *String `xmlrpc:"note,omptempty"` + OpeningCredit *Float `xmlrpc:"opening_credit,omptempty"` + OpeningDebit *Float `xmlrpc:"opening_debit,omptempty"` + Reconcile *Bool `xmlrpc:"reconcile,omptempty"` + TagIds *Relation `xmlrpc:"tag_ids,omptempty"` + TaxIds *Relation `xmlrpc:"tax_ids,omptempty"` + UserTypeId *Many2One `xmlrpc:"user_type_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountAccounts represents array of account.account model. diff --git a/account_account_tag.go b/account_account_tag.go index a4d51d4c..ab2d4c1b 100644 --- a/account_account_tag.go +++ b/account_account_tag.go @@ -6,17 +6,17 @@ import ( // AccountAccountTag represents account.account.tag model. type AccountAccountTag struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Applicability *Selection `xmlrpc:"applicability,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Applicability *Selection `xmlrpc:"applicability,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountAccountTags represents array of account.account.tag model. diff --git a/account_account_template.go b/account_account_template.go index d7ff4b2a..6f9f2a82 100644 --- a/account_account_template.go +++ b/account_account_template.go @@ -6,24 +6,24 @@ import ( // AccountAccountTemplate represents account.account.template model. type AccountAccountTemplate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - GroupId *Many2One `xmlrpc:"group_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Nocreate *Bool `xmlrpc:"nocreate,omitempty"` - Note *String `xmlrpc:"note,omitempty"` - Reconcile *Bool `xmlrpc:"reconcile,omitempty"` - TagIds *Relation `xmlrpc:"tag_ids,omitempty"` - TaxIds *Relation `xmlrpc:"tax_ids,omitempty"` - UserTypeId *Many2One `xmlrpc:"user_type_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + GroupId *Many2One `xmlrpc:"group_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Nocreate *Bool `xmlrpc:"nocreate,omptempty"` + Note *String `xmlrpc:"note,omptempty"` + Reconcile *Bool `xmlrpc:"reconcile,omptempty"` + TagIds *Relation `xmlrpc:"tag_ids,omptempty"` + TaxIds *Relation `xmlrpc:"tax_ids,omptempty"` + UserTypeId *Many2One `xmlrpc:"user_type_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountAccountTemplates represents array of account.account.template model. diff --git a/account_account_type.go b/account_account_type.go index fe574dec..d639ec5a 100644 --- a/account_account_type.go +++ b/account_account_type.go @@ -6,17 +6,17 @@ import ( // AccountAccountType represents account.account.type model. type AccountAccountType struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IncludeInitialBalance *Bool `xmlrpc:"include_initial_balance,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Note *String `xmlrpc:"note,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IncludeInitialBalance *Bool `xmlrpc:"include_initial_balance,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Note *String `xmlrpc:"note,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountAccountTypes represents array of account.account.type model. diff --git a/account_aged_trial_balance.go b/account_aged_trial_balance.go index 5903bd75..15adac6e 100644 --- a/account_aged_trial_balance.go +++ b/account_aged_trial_balance.go @@ -6,20 +6,20 @@ import ( // AccountAgedTrialBalance represents account.aged.trial.balance model. type AccountAgedTrialBalance struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalIds *Relation `xmlrpc:"journal_ids,omitempty"` - PeriodLength *Int `xmlrpc:"period_length,omitempty"` - ResultSelection *Selection `xmlrpc:"result_selection,omitempty"` - TargetMove *Selection `xmlrpc:"target_move,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalIds *Relation `xmlrpc:"journal_ids,omptempty"` + PeriodLength *Int `xmlrpc:"period_length,omptempty"` + ResultSelection *Selection `xmlrpc:"result_selection,omptempty"` + TargetMove *Selection `xmlrpc:"target_move,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountAgedTrialBalances represents array of account.aged.trial.balance model. diff --git a/account_analytic_account.go b/account_analytic_account.go index 1279c207..c891f1e6 100644 --- a/account_analytic_account.go +++ b/account_analytic_account.go @@ -6,40 +6,40 @@ import ( // AccountAnalyticAccount represents account.analytic.account model. type AccountAnalyticAccount struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Balance *Float `xmlrpc:"balance,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CompanyUomId *Many2One `xmlrpc:"company_uom_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Credit *Float `xmlrpc:"credit,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Debit *Float `xmlrpc:"debit,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LineIds *Relation `xmlrpc:"line_ids,omitempty"` - MachineProjectName *String `xmlrpc:"machine_project_name,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - ProjectCount *Int `xmlrpc:"project_count,omitempty"` - ProjectCreated *Bool `xmlrpc:"project_created,omitempty"` - ProjectIds *Relation `xmlrpc:"project_ids,omitempty"` - TagIds *Relation `xmlrpc:"tag_ids,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Balance *Float `xmlrpc:"balance,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CompanyUomId *Many2One `xmlrpc:"company_uom_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Credit *Float `xmlrpc:"credit,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Debit *Float `xmlrpc:"debit,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LineIds *Relation `xmlrpc:"line_ids,omptempty"` + MachineProjectName *String `xmlrpc:"machine_project_name,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + ProjectCount *Int `xmlrpc:"project_count,omptempty"` + ProjectCreated *Bool `xmlrpc:"project_created,omptempty"` + ProjectIds *Relation `xmlrpc:"project_ids,omptempty"` + TagIds *Relation `xmlrpc:"tag_ids,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountAnalyticAccounts represents array of account.analytic.account model. diff --git a/account_analytic_line.go b/account_analytic_line.go index b7039cf6..7a5897c5 100644 --- a/account_analytic_line.go +++ b/account_analytic_line.go @@ -6,41 +6,41 @@ import ( // AccountAnalyticLine represents account.analytic.line model. type AccountAnalyticLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountId *Many2One `xmlrpc:"account_id,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - AmountCurrency *Float `xmlrpc:"amount_currency,omitempty"` - AnalyticAmountCurrency *Float `xmlrpc:"analytic_amount_currency,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DepartmentId *Many2One `xmlrpc:"department_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmployeeId *Many2One `xmlrpc:"employee_id,omitempty"` - GeneralAccountId *Many2One `xmlrpc:"general_account_id,omitempty"` - HolidayId *Many2One `xmlrpc:"holiday_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MoveId *Many2One `xmlrpc:"move_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductUomId *Many2One `xmlrpc:"product_uom_id,omitempty"` - ProjectId *Many2One `xmlrpc:"project_id,omitempty"` - Ref *String `xmlrpc:"ref,omitempty"` - SoLine *Many2One `xmlrpc:"so_line,omitempty"` - TagIds *Relation `xmlrpc:"tag_ids,omitempty"` - TaskId *Many2One `xmlrpc:"task_id,omitempty"` - TimesheetInvoiceId *Many2One `xmlrpc:"timesheet_invoice_id,omitempty"` - TimesheetInvoiceType *Selection `xmlrpc:"timesheet_invoice_type,omitempty"` - TimesheetRevenue *Float `xmlrpc:"timesheet_revenue,omitempty"` - UnitAmount *Float `xmlrpc:"unit_amount,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountId *Many2One `xmlrpc:"account_id,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + AmountCurrency *Float `xmlrpc:"amount_currency,omptempty"` + AnalyticAmountCurrency *Float `xmlrpc:"analytic_amount_currency,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DepartmentId *Many2One `xmlrpc:"department_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmployeeId *Many2One `xmlrpc:"employee_id,omptempty"` + GeneralAccountId *Many2One `xmlrpc:"general_account_id,omptempty"` + HolidayId *Many2One `xmlrpc:"holiday_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MoveId *Many2One `xmlrpc:"move_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductUomId *Many2One `xmlrpc:"product_uom_id,omptempty"` + ProjectId *Many2One `xmlrpc:"project_id,omptempty"` + Ref *String `xmlrpc:"ref,omptempty"` + SoLine *Many2One `xmlrpc:"so_line,omptempty"` + TagIds *Relation `xmlrpc:"tag_ids,omptempty"` + TaskId *Many2One `xmlrpc:"task_id,omptempty"` + TimesheetInvoiceId *Many2One `xmlrpc:"timesheet_invoice_id,omptempty"` + TimesheetInvoiceType *Selection `xmlrpc:"timesheet_invoice_type,omptempty"` + TimesheetRevenue *Float `xmlrpc:"timesheet_revenue,omptempty"` + UnitAmount *Float `xmlrpc:"unit_amount,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountAnalyticLines represents array of account.analytic.line model. diff --git a/account_analytic_tag.go b/account_analytic_tag.go index 511d6f9f..67e0a9b6 100644 --- a/account_analytic_tag.go +++ b/account_analytic_tag.go @@ -6,16 +6,16 @@ import ( // AccountAnalyticTag represents account.analytic.tag model. type AccountAnalyticTag struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountAnalyticTags represents array of account.analytic.tag model. diff --git a/account_balance_report.go b/account_balance_report.go index 4f00123e..0bb7488a 100644 --- a/account_balance_report.go +++ b/account_balance_report.go @@ -6,19 +6,19 @@ import ( // AccountBalanceReport represents account.balance.report model. type AccountBalanceReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayAccount *Selection `xmlrpc:"display_account,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalIds *Relation `xmlrpc:"journal_ids,omitempty"` - TargetMove *Selection `xmlrpc:"target_move,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayAccount *Selection `xmlrpc:"display_account,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalIds *Relation `xmlrpc:"journal_ids,omptempty"` + TargetMove *Selection `xmlrpc:"target_move,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountBalanceReports represents array of account.balance.report model. diff --git a/account_bank_accounts_wizard.go b/account_bank_accounts_wizard.go index 7760a55f..d3fbcfb6 100644 --- a/account_bank_accounts_wizard.go +++ b/account_bank_accounts_wizard.go @@ -6,17 +6,17 @@ import ( // AccountBankAccountsWizard represents account.bank.accounts.wizard model. type AccountBankAccountsWizard struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccName *String `xmlrpc:"acc_name,omitempty"` - AccountType *Selection `xmlrpc:"account_type,omitempty"` - BankAccountId *Many2One `xmlrpc:"bank_account_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccName *String `xmlrpc:"acc_name,omptempty"` + AccountType *Selection `xmlrpc:"account_type,omptempty"` + BankAccountId *Many2One `xmlrpc:"bank_account_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountBankAccountsWizards represents array of account.bank.accounts.wizard model. diff --git a/account_bank_statement.go b/account_bank_statement.go index 4aa725fa..f51f701d 100644 --- a/account_bank_statement.go +++ b/account_bank_statement.go @@ -6,46 +6,46 @@ import ( // AccountBankStatement represents account.bank.statement model. type AccountBankStatement struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AllLinesReconciled *Bool `xmlrpc:"all_lines_reconciled,omitempty"` - BalanceEnd *Float `xmlrpc:"balance_end,omitempty"` - BalanceEndReal *Float `xmlrpc:"balance_end_real,omitempty"` - BalanceStart *Float `xmlrpc:"balance_start,omitempty"` - CashboxEndId *Many2One `xmlrpc:"cashbox_end_id,omitempty"` - CashboxStartId *Many2One `xmlrpc:"cashbox_start_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DateDone *Time `xmlrpc:"date_done,omitempty"` - Difference *Float `xmlrpc:"difference,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IsDifferenceZero *Bool `xmlrpc:"is_difference_zero,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - JournalType *Selection `xmlrpc:"journal_type,omitempty"` - LineIds *Relation `xmlrpc:"line_ids,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - MoveLineCount *Int `xmlrpc:"move_line_count,omitempty"` - MoveLineIds *Relation `xmlrpc:"move_line_ids,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Reference *String `xmlrpc:"reference,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TotalEntryEncoding *Float `xmlrpc:"total_entry_encoding,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AllLinesReconciled *Bool `xmlrpc:"all_lines_reconciled,omptempty"` + BalanceEnd *Float `xmlrpc:"balance_end,omptempty"` + BalanceEndReal *Float `xmlrpc:"balance_end_real,omptempty"` + BalanceStart *Float `xmlrpc:"balance_start,omptempty"` + CashboxEndId *Many2One `xmlrpc:"cashbox_end_id,omptempty"` + CashboxStartId *Many2One `xmlrpc:"cashbox_start_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DateDone *Time `xmlrpc:"date_done,omptempty"` + Difference *Float `xmlrpc:"difference,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IsDifferenceZero *Bool `xmlrpc:"is_difference_zero,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + JournalType *Selection `xmlrpc:"journal_type,omptempty"` + LineIds *Relation `xmlrpc:"line_ids,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + MoveLineCount *Int `xmlrpc:"move_line_count,omptempty"` + MoveLineIds *Relation `xmlrpc:"move_line_ids,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Reference *String `xmlrpc:"reference,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TotalEntryEncoding *Float `xmlrpc:"total_entry_encoding,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountBankStatements represents array of account.bank.statement model. diff --git a/account_bank_statement_cashbox.go b/account_bank_statement_cashbox.go index e3a325ee..8907ba71 100644 --- a/account_bank_statement_cashbox.go +++ b/account_bank_statement_cashbox.go @@ -6,14 +6,14 @@ import ( // AccountBankStatementCashbox represents account.bank.statement.cashbox model. type AccountBankStatementCashbox struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CashboxLinesIds *Relation `xmlrpc:"cashbox_lines_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CashboxLinesIds *Relation `xmlrpc:"cashbox_lines_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountBankStatementCashboxs represents array of account.bank.statement.cashbox model. diff --git a/account_bank_statement_closebalance.go b/account_bank_statement_closebalance.go index 14e6d81c..8358677e 100644 --- a/account_bank_statement_closebalance.go +++ b/account_bank_statement_closebalance.go @@ -6,13 +6,13 @@ import ( // AccountBankStatementClosebalance represents account.bank.statement.closebalance model. type AccountBankStatementClosebalance struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountBankStatementClosebalances represents array of account.bank.statement.closebalance model. diff --git a/account_bank_statement_import.go b/account_bank_statement_import.go index d8ecd37a..92161f42 100644 --- a/account_bank_statement_import.go +++ b/account_bank_statement_import.go @@ -6,15 +6,15 @@ import ( // AccountBankStatementImport represents account.bank.statement.import model. type AccountBankStatementImport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DataFile *String `xmlrpc:"data_file,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Filename *String `xmlrpc:"filename,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DataFile *String `xmlrpc:"data_file,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Filename *String `xmlrpc:"filename,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountBankStatementImports represents array of account.bank.statement.import model. diff --git a/account_bank_statement_import_journal_creation.go b/account_bank_statement_import_journal_creation.go index 42cf90a1..d6ec9187 100644 --- a/account_bank_statement_import_journal_creation.go +++ b/account_bank_statement_import_journal_creation.go @@ -6,48 +6,48 @@ import ( // AccountBankStatementImportJournalCreation represents account.bank.statement.import.journal.creation model. type AccountBankStatementImportJournalCreation struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountControlIds *Relation `xmlrpc:"account_control_ids,omitempty"` - AccountSetupBankDataDone *Bool `xmlrpc:"account_setup_bank_data_done,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - AtLeastOneInbound *Bool `xmlrpc:"at_least_one_inbound,omitempty"` - AtLeastOneOutbound *Bool `xmlrpc:"at_least_one_outbound,omitempty"` - BankAccNumber *String `xmlrpc:"bank_acc_number,omitempty"` - BankAccountId *Many2One `xmlrpc:"bank_account_id,omitempty"` - BankId *Many2One `xmlrpc:"bank_id,omitempty"` - BankStatementsSource *Selection `xmlrpc:"bank_statements_source,omitempty"` - BelongsToCompany *Bool `xmlrpc:"belongs_to_company,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DefaultCreditAccountId *Many2One `xmlrpc:"default_credit_account_id,omitempty"` - DefaultDebitAccountId *Many2One `xmlrpc:"default_debit_account_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - GroupInvoiceLines *Bool `xmlrpc:"group_invoice_lines,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InboundPaymentMethodIds *Relation `xmlrpc:"inbound_payment_method_ids,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - KanbanDashboard *String `xmlrpc:"kanban_dashboard,omitempty"` - KanbanDashboardGraph *String `xmlrpc:"kanban_dashboard_graph,omitempty"` - LossAccountId *Many2One `xmlrpc:"loss_account_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OutboundPaymentMethodIds *Relation `xmlrpc:"outbound_payment_method_ids,omitempty"` - ProfitAccountId *Many2One `xmlrpc:"profit_account_id,omitempty"` - RefundSequence *Bool `xmlrpc:"refund_sequence,omitempty"` - RefundSequenceId *Many2One `xmlrpc:"refund_sequence_id,omitempty"` - RefundSequenceNumberNext *Int `xmlrpc:"refund_sequence_number_next,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - SequenceId *Many2One `xmlrpc:"sequence_id,omitempty"` - SequenceNumberNext *Int `xmlrpc:"sequence_number_next,omitempty"` - ShowOnDashboard *Bool `xmlrpc:"show_on_dashboard,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - TypeControlIds *Relation `xmlrpc:"type_control_ids,omitempty"` - UpdatePosted *Bool `xmlrpc:"update_posted,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountControlIds *Relation `xmlrpc:"account_control_ids,omptempty"` + AccountSetupBankDataDone *Bool `xmlrpc:"account_setup_bank_data_done,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + AtLeastOneInbound *Bool `xmlrpc:"at_least_one_inbound,omptempty"` + AtLeastOneOutbound *Bool `xmlrpc:"at_least_one_outbound,omptempty"` + BankAccNumber *String `xmlrpc:"bank_acc_number,omptempty"` + BankAccountId *Many2One `xmlrpc:"bank_account_id,omptempty"` + BankId *Many2One `xmlrpc:"bank_id,omptempty"` + BankStatementsSource *Selection `xmlrpc:"bank_statements_source,omptempty"` + BelongsToCompany *Bool `xmlrpc:"belongs_to_company,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DefaultCreditAccountId *Many2One `xmlrpc:"default_credit_account_id,omptempty"` + DefaultDebitAccountId *Many2One `xmlrpc:"default_debit_account_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + GroupInvoiceLines *Bool `xmlrpc:"group_invoice_lines,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InboundPaymentMethodIds *Relation `xmlrpc:"inbound_payment_method_ids,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + KanbanDashboard *String `xmlrpc:"kanban_dashboard,omptempty"` + KanbanDashboardGraph *String `xmlrpc:"kanban_dashboard_graph,omptempty"` + LossAccountId *Many2One `xmlrpc:"loss_account_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OutboundPaymentMethodIds *Relation `xmlrpc:"outbound_payment_method_ids,omptempty"` + ProfitAccountId *Many2One `xmlrpc:"profit_account_id,omptempty"` + RefundSequence *Bool `xmlrpc:"refund_sequence,omptempty"` + RefundSequenceId *Many2One `xmlrpc:"refund_sequence_id,omptempty"` + RefundSequenceNumberNext *Int `xmlrpc:"refund_sequence_number_next,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + SequenceId *Many2One `xmlrpc:"sequence_id,omptempty"` + SequenceNumberNext *Int `xmlrpc:"sequence_number_next,omptempty"` + ShowOnDashboard *Bool `xmlrpc:"show_on_dashboard,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + TypeControlIds *Relation `xmlrpc:"type_control_ids,omptempty"` + UpdatePosted *Bool `xmlrpc:"update_posted,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountBankStatementImportJournalCreations represents array of account.bank.statement.import.journal.creation model. diff --git a/account_bank_statement_line.go b/account_bank_statement_line.go index 5e460277..5fa71aaa 100644 --- a/account_bank_statement_line.go +++ b/account_bank_statement_line.go @@ -6,33 +6,33 @@ import ( // AccountBankStatementLine represents account.bank.statement.line model. type AccountBankStatementLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountId *Many2One `xmlrpc:"account_id,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - AmountCurrency *Float `xmlrpc:"amount_currency,omitempty"` - BankAccountId *Many2One `xmlrpc:"bank_account_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalCurrencyId *Many2One `xmlrpc:"journal_currency_id,omitempty"` - JournalEntryIds *Relation `xmlrpc:"journal_entry_ids,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - MoveName *String `xmlrpc:"move_name,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Note *String `xmlrpc:"note,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PartnerName *String `xmlrpc:"partner_name,omitempty"` - Ref *String `xmlrpc:"ref,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - StatementId *Many2One `xmlrpc:"statement_id,omitempty"` - UniqueImportId *String `xmlrpc:"unique_import_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountId *Many2One `xmlrpc:"account_id,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + AmountCurrency *Float `xmlrpc:"amount_currency,omptempty"` + BankAccountId *Many2One `xmlrpc:"bank_account_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalCurrencyId *Many2One `xmlrpc:"journal_currency_id,omptempty"` + JournalEntryIds *Relation `xmlrpc:"journal_entry_ids,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + MoveName *String `xmlrpc:"move_name,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Note *String `xmlrpc:"note,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PartnerName *String `xmlrpc:"partner_name,omptempty"` + Ref *String `xmlrpc:"ref,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + StatementId *Many2One `xmlrpc:"statement_id,omptempty"` + UniqueImportId *String `xmlrpc:"unique_import_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountBankStatementLines represents array of account.bank.statement.line model. diff --git a/account_cash_rounding.go b/account_cash_rounding.go index fed810c0..0c48eeb0 100644 --- a/account_cash_rounding.go +++ b/account_cash_rounding.go @@ -6,18 +6,18 @@ import ( // AccountCashRounding represents account.cash.rounding model. type AccountCashRounding struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountId *Many2One `xmlrpc:"account_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Rounding *Float `xmlrpc:"rounding,omitempty"` - RoundingMethod *Selection `xmlrpc:"rounding_method,omitempty"` - Strategy *Selection `xmlrpc:"strategy,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountId *Many2One `xmlrpc:"account_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Rounding *Float `xmlrpc:"rounding,omptempty"` + RoundingMethod *Selection `xmlrpc:"rounding_method,omptempty"` + Strategy *Selection `xmlrpc:"strategy,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountCashRoundings represents array of account.cash.rounding model. diff --git a/account_cashbox_line.go b/account_cashbox_line.go index 0ffb4799..97336c3b 100644 --- a/account_cashbox_line.go +++ b/account_cashbox_line.go @@ -6,17 +6,17 @@ import ( // AccountCashboxLine represents account.cashbox.line model. type AccountCashboxLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CashboxId *Many2One `xmlrpc:"cashbox_id,omitempty"` - CoinValue *Float `xmlrpc:"coin_value,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Number *Int `xmlrpc:"number,omitempty"` - Subtotal *Float `xmlrpc:"subtotal,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CashboxId *Many2One `xmlrpc:"cashbox_id,omptempty"` + CoinValue *Float `xmlrpc:"coin_value,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Number *Int `xmlrpc:"number,omptempty"` + Subtotal *Float `xmlrpc:"subtotal,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountCashboxLines represents array of account.cashbox.line model. diff --git a/account_chart_template.go b/account_chart_template.go index 09cc7ee7..ea1f6458 100644 --- a/account_chart_template.go +++ b/account_chart_template.go @@ -6,37 +6,37 @@ import ( // AccountChartTemplate represents account.chart.template model. type AccountChartTemplate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountIds *Relation `xmlrpc:"account_ids,omitempty"` - BankAccountCodePrefix *String `xmlrpc:"bank_account_code_prefix,omitempty"` - CashAccountCodePrefix *String `xmlrpc:"cash_account_code_prefix,omitempty"` - CodeDigits *Int `xmlrpc:"code_digits,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CompleteTaxSet *Bool `xmlrpc:"complete_tax_set,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - ExpenseCurrencyExchangeAccountId *Many2One `xmlrpc:"expense_currency_exchange_account_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IncomeCurrencyExchangeAccountId *Many2One `xmlrpc:"income_currency_exchange_account_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - PropertyAccountExpenseCategId *Many2One `xmlrpc:"property_account_expense_categ_id,omitempty"` - PropertyAccountExpenseId *Many2One `xmlrpc:"property_account_expense_id,omitempty"` - PropertyAccountIncomeCategId *Many2One `xmlrpc:"property_account_income_categ_id,omitempty"` - PropertyAccountIncomeId *Many2One `xmlrpc:"property_account_income_id,omitempty"` - PropertyAccountPayableId *Many2One `xmlrpc:"property_account_payable_id,omitempty"` - PropertyAccountReceivableId *Many2One `xmlrpc:"property_account_receivable_id,omitempty"` - PropertyStockAccountInputCategId *Many2One `xmlrpc:"property_stock_account_input_categ_id,omitempty"` - PropertyStockAccountOutputCategId *Many2One `xmlrpc:"property_stock_account_output_categ_id,omitempty"` - PropertyStockValuationAccountId *Many2One `xmlrpc:"property_stock_valuation_account_id,omitempty"` - TaxTemplateIds *Relation `xmlrpc:"tax_template_ids,omitempty"` - TransferAccountId *Many2One `xmlrpc:"transfer_account_id,omitempty"` - UseAngloSaxon *Bool `xmlrpc:"use_anglo_saxon,omitempty"` - Visible *Bool `xmlrpc:"visible,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountIds *Relation `xmlrpc:"account_ids,omptempty"` + BankAccountCodePrefix *String `xmlrpc:"bank_account_code_prefix,omptempty"` + CashAccountCodePrefix *String `xmlrpc:"cash_account_code_prefix,omptempty"` + CodeDigits *Int `xmlrpc:"code_digits,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CompleteTaxSet *Bool `xmlrpc:"complete_tax_set,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + ExpenseCurrencyExchangeAccountId *Many2One `xmlrpc:"expense_currency_exchange_account_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IncomeCurrencyExchangeAccountId *Many2One `xmlrpc:"income_currency_exchange_account_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + PropertyAccountExpenseCategId *Many2One `xmlrpc:"property_account_expense_categ_id,omptempty"` + PropertyAccountExpenseId *Many2One `xmlrpc:"property_account_expense_id,omptempty"` + PropertyAccountIncomeCategId *Many2One `xmlrpc:"property_account_income_categ_id,omptempty"` + PropertyAccountIncomeId *Many2One `xmlrpc:"property_account_income_id,omptempty"` + PropertyAccountPayableId *Many2One `xmlrpc:"property_account_payable_id,omptempty"` + PropertyAccountReceivableId *Many2One `xmlrpc:"property_account_receivable_id,omptempty"` + PropertyStockAccountInputCategId *Many2One `xmlrpc:"property_stock_account_input_categ_id,omptempty"` + PropertyStockAccountOutputCategId *Many2One `xmlrpc:"property_stock_account_output_categ_id,omptempty"` + PropertyStockValuationAccountId *Many2One `xmlrpc:"property_stock_valuation_account_id,omptempty"` + TaxTemplateIds *Relation `xmlrpc:"tax_template_ids,omptempty"` + TransferAccountId *Many2One `xmlrpc:"transfer_account_id,omptempty"` + UseAngloSaxon *Bool `xmlrpc:"use_anglo_saxon,omptempty"` + Visible *Bool `xmlrpc:"visible,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountChartTemplates represents array of account.chart.template model. diff --git a/account_common_account_report.go b/account_common_account_report.go index 78b8b7bc..341e726e 100644 --- a/account_common_account_report.go +++ b/account_common_account_report.go @@ -6,19 +6,19 @@ import ( // AccountCommonAccountReport represents account.common.account.report model. type AccountCommonAccountReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayAccount *Selection `xmlrpc:"display_account,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalIds *Relation `xmlrpc:"journal_ids,omitempty"` - TargetMove *Selection `xmlrpc:"target_move,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayAccount *Selection `xmlrpc:"display_account,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalIds *Relation `xmlrpc:"journal_ids,omptempty"` + TargetMove *Selection `xmlrpc:"target_move,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountCommonAccountReports represents array of account.common.account.report model. diff --git a/account_common_journal_report.go b/account_common_journal_report.go index 98bc907b..b4e269e6 100644 --- a/account_common_journal_report.go +++ b/account_common_journal_report.go @@ -6,19 +6,19 @@ import ( // AccountCommonJournalReport represents account.common.journal.report model. type AccountCommonJournalReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AmountCurrency *Bool `xmlrpc:"amount_currency,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalIds *Relation `xmlrpc:"journal_ids,omitempty"` - TargetMove *Selection `xmlrpc:"target_move,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AmountCurrency *Bool `xmlrpc:"amount_currency,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalIds *Relation `xmlrpc:"journal_ids,omptempty"` + TargetMove *Selection `xmlrpc:"target_move,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountCommonJournalReports represents array of account.common.journal.report model. diff --git a/account_common_partner_report.go b/account_common_partner_report.go index 68b2991a..6909b59c 100644 --- a/account_common_partner_report.go +++ b/account_common_partner_report.go @@ -6,19 +6,19 @@ import ( // AccountCommonPartnerReport represents account.common.partner.report model. type AccountCommonPartnerReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalIds *Relation `xmlrpc:"journal_ids,omitempty"` - ResultSelection *Selection `xmlrpc:"result_selection,omitempty"` - TargetMove *Selection `xmlrpc:"target_move,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalIds *Relation `xmlrpc:"journal_ids,omptempty"` + ResultSelection *Selection `xmlrpc:"result_selection,omptempty"` + TargetMove *Selection `xmlrpc:"target_move,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountCommonPartnerReports represents array of account.common.partner.report model. diff --git a/account_common_report.go b/account_common_report.go index e2d24249..3411d9f8 100644 --- a/account_common_report.go +++ b/account_common_report.go @@ -6,18 +6,18 @@ import ( // AccountCommonReport represents account.common.report model. type AccountCommonReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalIds *Relation `xmlrpc:"journal_ids,omitempty"` - TargetMove *Selection `xmlrpc:"target_move,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalIds *Relation `xmlrpc:"journal_ids,omptempty"` + TargetMove *Selection `xmlrpc:"target_move,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountCommonReports represents array of account.common.report model. diff --git a/account_financial_report.go b/account_financial_report.go index f8930eb9..27b08bc1 100644 --- a/account_financial_report.go +++ b/account_financial_report.go @@ -6,25 +6,25 @@ import ( // AccountFinancialReport represents account.financial.report model. type AccountFinancialReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountIds *Relation `xmlrpc:"account_ids,omitempty"` - AccountReportId *Many2One `xmlrpc:"account_report_id,omitempty"` - AccountTypeIds *Relation `xmlrpc:"account_type_ids,omitempty"` - ChildrenIds *Relation `xmlrpc:"children_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayDetail *Selection `xmlrpc:"display_detail,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Level *Int `xmlrpc:"level,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - Sign *Selection `xmlrpc:"sign,omitempty"` - StyleOverwrite *Selection `xmlrpc:"style_overwrite,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountIds *Relation `xmlrpc:"account_ids,omptempty"` + AccountReportId *Many2One `xmlrpc:"account_report_id,omptempty"` + AccountTypeIds *Relation `xmlrpc:"account_type_ids,omptempty"` + ChildrenIds *Relation `xmlrpc:"children_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayDetail *Selection `xmlrpc:"display_detail,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Level *Int `xmlrpc:"level,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + Sign *Selection `xmlrpc:"sign,omptempty"` + StyleOverwrite *Selection `xmlrpc:"style_overwrite,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountFinancialReports represents array of account.financial.report model. diff --git a/account_financial_year_op.go b/account_financial_year_op.go index e5ab36ec..c11aae34 100644 --- a/account_financial_year_op.go +++ b/account_financial_year_op.go @@ -6,19 +6,19 @@ import ( // AccountFinancialYearOp represents account.financial.year.op model. type AccountFinancialYearOp struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountSetupFyDataDone *Bool `xmlrpc:"account_setup_fy_data_done,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FiscalyearLastDay *Int `xmlrpc:"fiscalyear_last_day,omitempty"` - FiscalyearLastMonth *Selection `xmlrpc:"fiscalyear_last_month,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - OpeningDate *Time `xmlrpc:"opening_date,omitempty"` - OpeningMovePosted *Bool `xmlrpc:"opening_move_posted,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountSetupFyDataDone *Bool `xmlrpc:"account_setup_fy_data_done,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FiscalyearLastDay *Int `xmlrpc:"fiscalyear_last_day,omptempty"` + FiscalyearLastMonth *Selection `xmlrpc:"fiscalyear_last_month,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + OpeningDate *Time `xmlrpc:"opening_date,omptempty"` + OpeningMovePosted *Bool `xmlrpc:"opening_move_posted,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountFinancialYearOps represents array of account.financial.year.op model. diff --git a/account_fiscal_position.go b/account_fiscal_position.go index 2074f314..c4b5bc29 100644 --- a/account_fiscal_position.go +++ b/account_fiscal_position.go @@ -6,28 +6,28 @@ import ( // AccountFiscalPosition represents account.fiscal.position model. type AccountFiscalPosition struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountIds *Relation `xmlrpc:"account_ids,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - AutoApply *Bool `xmlrpc:"auto_apply,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CountryGroupId *Many2One `xmlrpc:"country_group_id,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Note *String `xmlrpc:"note,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - StateIds *Relation `xmlrpc:"state_ids,omitempty"` - StatesCount *Int `xmlrpc:"states_count,omitempty"` - TaxIds *Relation `xmlrpc:"tax_ids,omitempty"` - VatRequired *Bool `xmlrpc:"vat_required,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - ZipFrom *Int `xmlrpc:"zip_from,omitempty"` - ZipTo *Int `xmlrpc:"zip_to,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountIds *Relation `xmlrpc:"account_ids,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + AutoApply *Bool `xmlrpc:"auto_apply,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CountryGroupId *Many2One `xmlrpc:"country_group_id,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Note *String `xmlrpc:"note,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + StateIds *Relation `xmlrpc:"state_ids,omptempty"` + StatesCount *Int `xmlrpc:"states_count,omptempty"` + TaxIds *Relation `xmlrpc:"tax_ids,omptempty"` + VatRequired *Bool `xmlrpc:"vat_required,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + ZipFrom *Int `xmlrpc:"zip_from,omptempty"` + ZipTo *Int `xmlrpc:"zip_to,omptempty"` } // AccountFiscalPositions represents array of account.fiscal.position model. diff --git a/account_fiscal_position_account.go b/account_fiscal_position_account.go index 690a92b7..f98f2554 100644 --- a/account_fiscal_position_account.go +++ b/account_fiscal_position_account.go @@ -6,16 +6,16 @@ import ( // AccountFiscalPositionAccount represents account.fiscal.position.account model. type AccountFiscalPositionAccount struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountDestId *Many2One `xmlrpc:"account_dest_id,omitempty"` - AccountSrcId *Many2One `xmlrpc:"account_src_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PositionId *Many2One `xmlrpc:"position_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountDestId *Many2One `xmlrpc:"account_dest_id,omptempty"` + AccountSrcId *Many2One `xmlrpc:"account_src_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PositionId *Many2One `xmlrpc:"position_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountFiscalPositionAccounts represents array of account.fiscal.position.account model. diff --git a/account_fiscal_position_account_template.go b/account_fiscal_position_account_template.go index 92d9a6a4..fe326200 100644 --- a/account_fiscal_position_account_template.go +++ b/account_fiscal_position_account_template.go @@ -6,16 +6,16 @@ import ( // AccountFiscalPositionAccountTemplate represents account.fiscal.position.account.template model. type AccountFiscalPositionAccountTemplate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountDestId *Many2One `xmlrpc:"account_dest_id,omitempty"` - AccountSrcId *Many2One `xmlrpc:"account_src_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PositionId *Many2One `xmlrpc:"position_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountDestId *Many2One `xmlrpc:"account_dest_id,omptempty"` + AccountSrcId *Many2One `xmlrpc:"account_src_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PositionId *Many2One `xmlrpc:"position_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountFiscalPositionAccountTemplates represents array of account.fiscal.position.account.template model. diff --git a/account_fiscal_position_tax.go b/account_fiscal_position_tax.go index ba48e5c5..ea9dec5d 100644 --- a/account_fiscal_position_tax.go +++ b/account_fiscal_position_tax.go @@ -6,16 +6,16 @@ import ( // AccountFiscalPositionTax represents account.fiscal.position.tax model. type AccountFiscalPositionTax struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PositionId *Many2One `xmlrpc:"position_id,omitempty"` - TaxDestId *Many2One `xmlrpc:"tax_dest_id,omitempty"` - TaxSrcId *Many2One `xmlrpc:"tax_src_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PositionId *Many2One `xmlrpc:"position_id,omptempty"` + TaxDestId *Many2One `xmlrpc:"tax_dest_id,omptempty"` + TaxSrcId *Many2One `xmlrpc:"tax_src_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountFiscalPositionTaxs represents array of account.fiscal.position.tax model. diff --git a/account_fiscal_position_tax_template.go b/account_fiscal_position_tax_template.go index 6fef1586..7db4c603 100644 --- a/account_fiscal_position_tax_template.go +++ b/account_fiscal_position_tax_template.go @@ -6,16 +6,16 @@ import ( // AccountFiscalPositionTaxTemplate represents account.fiscal.position.tax.template model. type AccountFiscalPositionTaxTemplate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PositionId *Many2One `xmlrpc:"position_id,omitempty"` - TaxDestId *Many2One `xmlrpc:"tax_dest_id,omitempty"` - TaxSrcId *Many2One `xmlrpc:"tax_src_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PositionId *Many2One `xmlrpc:"position_id,omptempty"` + TaxDestId *Many2One `xmlrpc:"tax_dest_id,omptempty"` + TaxSrcId *Many2One `xmlrpc:"tax_src_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountFiscalPositionTaxTemplates represents array of account.fiscal.position.tax.template model. diff --git a/account_fiscal_position_template.go b/account_fiscal_position_template.go index b6ed644d..14ea4b9d 100644 --- a/account_fiscal_position_template.go +++ b/account_fiscal_position_template.go @@ -6,26 +6,26 @@ import ( // AccountFiscalPositionTemplate represents account.fiscal.position.template model. type AccountFiscalPositionTemplate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountIds *Relation `xmlrpc:"account_ids,omitempty"` - AutoApply *Bool `xmlrpc:"auto_apply,omitempty"` - ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omitempty"` - CountryGroupId *Many2One `xmlrpc:"country_group_id,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Note *String `xmlrpc:"note,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - StateIds *Relation `xmlrpc:"state_ids,omitempty"` - TaxIds *Relation `xmlrpc:"tax_ids,omitempty"` - VatRequired *Bool `xmlrpc:"vat_required,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - ZipFrom *Int `xmlrpc:"zip_from,omitempty"` - ZipTo *Int `xmlrpc:"zip_to,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountIds *Relation `xmlrpc:"account_ids,omptempty"` + AutoApply *Bool `xmlrpc:"auto_apply,omptempty"` + ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omptempty"` + CountryGroupId *Many2One `xmlrpc:"country_group_id,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Note *String `xmlrpc:"note,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + StateIds *Relation `xmlrpc:"state_ids,omptempty"` + TaxIds *Relation `xmlrpc:"tax_ids,omptempty"` + VatRequired *Bool `xmlrpc:"vat_required,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + ZipFrom *Int `xmlrpc:"zip_from,omptempty"` + ZipTo *Int `xmlrpc:"zip_to,omptempty"` } // AccountFiscalPositionTemplates represents array of account.fiscal.position.template model. diff --git a/account_fr_fec.go b/account_fr_fec.go index 3de8a164..21c751bb 100644 --- a/account_fr_fec.go +++ b/account_fr_fec.go @@ -6,18 +6,18 @@ import ( // AccountFrFec represents account.fr.fec model. type AccountFrFec struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - ExportType *Selection `xmlrpc:"export_type,omitempty"` - FecData *String `xmlrpc:"fec_data,omitempty"` - Filename *String `xmlrpc:"filename,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + ExportType *Selection `xmlrpc:"export_type,omptempty"` + FecData *String `xmlrpc:"fec_data,omptempty"` + Filename *String `xmlrpc:"filename,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountFrFecs represents array of account.fr.fec model. diff --git a/account_full_reconcile.go b/account_full_reconcile.go index 3eb08078..c1cf5834 100644 --- a/account_full_reconcile.go +++ b/account_full_reconcile.go @@ -6,17 +6,17 @@ import ( // AccountFullReconcile represents account.full.reconcile model. type AccountFullReconcile struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - ExchangeMoveId *Many2One `xmlrpc:"exchange_move_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PartialReconcileIds *Relation `xmlrpc:"partial_reconcile_ids,omitempty"` - ReconciledLineIds *Relation `xmlrpc:"reconciled_line_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + ExchangeMoveId *Many2One `xmlrpc:"exchange_move_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PartialReconcileIds *Relation `xmlrpc:"partial_reconcile_ids,omptempty"` + ReconciledLineIds *Relation `xmlrpc:"reconciled_line_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountFullReconciles represents array of account.full.reconcile model. diff --git a/account_group.go b/account_group.go index 1023cc8c..7b67f23f 100644 --- a/account_group.go +++ b/account_group.go @@ -6,18 +6,18 @@ import ( // AccountGroup represents account.group model. type AccountGroup struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CodePrefix *String `xmlrpc:"code_prefix,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - ParentLeft *Int `xmlrpc:"parent_left,omitempty"` - ParentRight *Int `xmlrpc:"parent_right,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CodePrefix *String `xmlrpc:"code_prefix,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + ParentLeft *Int `xmlrpc:"parent_left,omptempty"` + ParentRight *Int `xmlrpc:"parent_right,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountGroups represents array of account.group model. diff --git a/account_invoice.go b/account_invoice.go index 3a0e18a4..72f658e0 100644 --- a/account_invoice.go +++ b/account_invoice.go @@ -6,92 +6,92 @@ import ( // AccountInvoice represents account.invoice model. type AccountInvoice struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccessToken *String `xmlrpc:"access_token,omitempty"` - AccountId *Many2One `xmlrpc:"account_id,omitempty"` - ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - ActivityState *Selection `xmlrpc:"activity_state,omitempty"` - ActivitySummary *String `xmlrpc:"activity_summary,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - ActivityUserId *Many2One `xmlrpc:"activity_user_id,omitempty"` - AmountTax *Float `xmlrpc:"amount_tax,omitempty"` - AmountTotal *Float `xmlrpc:"amount_total,omitempty"` - AmountTotalCompanySigned *Float `xmlrpc:"amount_total_company_signed,omitempty"` - AmountTotalSigned *Float `xmlrpc:"amount_total_signed,omitempty"` - AmountUntaxed *Float `xmlrpc:"amount_untaxed,omitempty"` - AmountUntaxedSigned *Float `xmlrpc:"amount_untaxed_signed,omitempty"` - CampaignId *Many2One `xmlrpc:"campaign_id,omitempty"` - CashRoundingId *Many2One `xmlrpc:"cash_rounding_id,omitempty"` - Comment *String `xmlrpc:"comment,omitempty"` - CommercialPartnerId *Many2One `xmlrpc:"commercial_partner_id,omitempty"` - CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DateDue *Time `xmlrpc:"date_due,omitempty"` - DateInvoice *Time `xmlrpc:"date_invoice,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FiscalPositionId *Many2One `xmlrpc:"fiscal_position_id,omitempty"` - HasOutstanding *Bool `xmlrpc:"has_outstanding,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IncotermsId *Many2One `xmlrpc:"incoterms_id,omitempty"` - InvoiceLineIds *Relation `xmlrpc:"invoice_line_ids,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - MachineInvoice *Bool `xmlrpc:"machine_invoice,omitempty"` - MachineInvoiceTitle *String `xmlrpc:"machine_invoice_title,omitempty"` - MachinePurchaseOrder *String `xmlrpc:"machine_purchase_order,omitempty"` - MediumId *Many2One `xmlrpc:"medium_id,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - MoveId *Many2One `xmlrpc:"move_id,omitempty"` - MoveName *String `xmlrpc:"move_name,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Number *String `xmlrpc:"number,omitempty"` - Origin *String `xmlrpc:"origin,omitempty"` - OutstandingCreditsDebitsWidget *String `xmlrpc:"outstanding_credits_debits_widget,omitempty"` - PartnerBankId *Many2One `xmlrpc:"partner_bank_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PartnerShippingId *Many2One `xmlrpc:"partner_shipping_id,omitempty"` - PaymentIds *Relation `xmlrpc:"payment_ids,omitempty"` - PaymentMoveLineIds *Relation `xmlrpc:"payment_move_line_ids,omitempty"` - PaymentTermId *Many2One `xmlrpc:"payment_term_id,omitempty"` - PaymentsWidget *String `xmlrpc:"payments_widget,omitempty"` - PortalUrl *String `xmlrpc:"portal_url,omitempty"` - PurchaseId *Many2One `xmlrpc:"purchase_id,omitempty"` - QuantityTotal *Float `xmlrpc:"quantity_total,omitempty"` - Reconciled *Bool `xmlrpc:"reconciled,omitempty"` - Reference *String `xmlrpc:"reference,omitempty"` - ReferenceType *Selection `xmlrpc:"reference_type,omitempty"` - RefundInvoiceId *Many2One `xmlrpc:"refund_invoice_id,omitempty"` - RefundInvoiceIds *Relation `xmlrpc:"refund_invoice_ids,omitempty"` - Residual *Float `xmlrpc:"residual,omitempty"` - ResidualCompanySigned *Float `xmlrpc:"residual_company_signed,omitempty"` - ResidualSigned *Float `xmlrpc:"residual_signed,omitempty"` - Sent *Bool `xmlrpc:"sent,omitempty"` - SequenceNumberNext *String `xmlrpc:"sequence_number_next,omitempty"` - SequenceNumberNextPrefix *String `xmlrpc:"sequence_number_next_prefix,omitempty"` - SourceId *Many2One `xmlrpc:"source_id,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TaxLineIds *Relation `xmlrpc:"tax_line_ids,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - TimesheetCount *Int `xmlrpc:"timesheet_count,omitempty"` - TimesheetIds *Relation `xmlrpc:"timesheet_ids,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccessToken *String `xmlrpc:"access_token,omptempty"` + AccountId *Many2One `xmlrpc:"account_id,omptempty"` + ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + ActivityState *Selection `xmlrpc:"activity_state,omptempty"` + ActivitySummary *String `xmlrpc:"activity_summary,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + ActivityUserId *Many2One `xmlrpc:"activity_user_id,omptempty"` + AmountTax *Float `xmlrpc:"amount_tax,omptempty"` + AmountTotal *Float `xmlrpc:"amount_total,omptempty"` + AmountTotalCompanySigned *Float `xmlrpc:"amount_total_company_signed,omptempty"` + AmountTotalSigned *Float `xmlrpc:"amount_total_signed,omptempty"` + AmountUntaxed *Float `xmlrpc:"amount_untaxed,omptempty"` + AmountUntaxedSigned *Float `xmlrpc:"amount_untaxed_signed,omptempty"` + CampaignId *Many2One `xmlrpc:"campaign_id,omptempty"` + CashRoundingId *Many2One `xmlrpc:"cash_rounding_id,omptempty"` + Comment *String `xmlrpc:"comment,omptempty"` + CommercialPartnerId *Many2One `xmlrpc:"commercial_partner_id,omptempty"` + CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DateDue *Time `xmlrpc:"date_due,omptempty"` + DateInvoice *Time `xmlrpc:"date_invoice,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FiscalPositionId *Many2One `xmlrpc:"fiscal_position_id,omptempty"` + HasOutstanding *Bool `xmlrpc:"has_outstanding,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IncotermsId *Many2One `xmlrpc:"incoterms_id,omptempty"` + InvoiceLineIds *Relation `xmlrpc:"invoice_line_ids,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + MachineInvoice *Bool `xmlrpc:"machine_invoice,omptempty"` + MachineInvoiceTitle *String `xmlrpc:"machine_invoice_title,omptempty"` + MachinePurchaseOrder *String `xmlrpc:"machine_purchase_order,omptempty"` + MediumId *Many2One `xmlrpc:"medium_id,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + MoveId *Many2One `xmlrpc:"move_id,omptempty"` + MoveName *String `xmlrpc:"move_name,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Number *String `xmlrpc:"number,omptempty"` + Origin *String `xmlrpc:"origin,omptempty"` + OutstandingCreditsDebitsWidget *String `xmlrpc:"outstanding_credits_debits_widget,omptempty"` + PartnerBankId *Many2One `xmlrpc:"partner_bank_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PartnerShippingId *Many2One `xmlrpc:"partner_shipping_id,omptempty"` + PaymentIds *Relation `xmlrpc:"payment_ids,omptempty"` + PaymentMoveLineIds *Relation `xmlrpc:"payment_move_line_ids,omptempty"` + PaymentTermId *Many2One `xmlrpc:"payment_term_id,omptempty"` + PaymentsWidget *String `xmlrpc:"payments_widget,omptempty"` + PortalUrl *String `xmlrpc:"portal_url,omptempty"` + PurchaseId *Many2One `xmlrpc:"purchase_id,omptempty"` + QuantityTotal *Float `xmlrpc:"quantity_total,omptempty"` + Reconciled *Bool `xmlrpc:"reconciled,omptempty"` + Reference *String `xmlrpc:"reference,omptempty"` + ReferenceType *Selection `xmlrpc:"reference_type,omptempty"` + RefundInvoiceId *Many2One `xmlrpc:"refund_invoice_id,omptempty"` + RefundInvoiceIds *Relation `xmlrpc:"refund_invoice_ids,omptempty"` + Residual *Float `xmlrpc:"residual,omptempty"` + ResidualCompanySigned *Float `xmlrpc:"residual_company_signed,omptempty"` + ResidualSigned *Float `xmlrpc:"residual_signed,omptempty"` + Sent *Bool `xmlrpc:"sent,omptempty"` + SequenceNumberNext *String `xmlrpc:"sequence_number_next,omptempty"` + SequenceNumberNextPrefix *String `xmlrpc:"sequence_number_next_prefix,omptempty"` + SourceId *Many2One `xmlrpc:"source_id,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TaxLineIds *Relation `xmlrpc:"tax_line_ids,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + TimesheetCount *Int `xmlrpc:"timesheet_count,omptempty"` + TimesheetIds *Relation `xmlrpc:"timesheet_ids,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountInvoices represents array of account.invoice model. diff --git a/account_invoice_confirm.go b/account_invoice_confirm.go index 14c69bdb..312b018a 100644 --- a/account_invoice_confirm.go +++ b/account_invoice_confirm.go @@ -6,13 +6,13 @@ import ( // AccountInvoiceConfirm represents account.invoice.confirm model. type AccountInvoiceConfirm struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountInvoiceConfirms represents array of account.invoice.confirm model. diff --git a/account_invoice_line.go b/account_invoice_line.go index 7a114f7f..8fe47b5f 100644 --- a/account_invoice_line.go +++ b/account_invoice_line.go @@ -6,40 +6,40 @@ import ( // AccountInvoiceLine represents account.invoice.line model. type AccountInvoiceLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountAnalyticId *Many2One `xmlrpc:"account_analytic_id,omitempty"` - AccountId *Many2One `xmlrpc:"account_id,omitempty"` - AnalyticTagIds *Relation `xmlrpc:"analytic_tag_ids,omitempty"` - CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Discount *Float `xmlrpc:"discount,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InvoiceId *Many2One `xmlrpc:"invoice_id,omitempty"` - InvoiceLineTaxIds *Relation `xmlrpc:"invoice_line_tax_ids,omitempty"` - IsRoundingLine *Bool `xmlrpc:"is_rounding_line,omitempty"` - LayoutCategoryId *Many2One `xmlrpc:"layout_category_id,omitempty"` - LayoutCategorySequence *Int `xmlrpc:"layout_category_sequence,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Origin *String `xmlrpc:"origin,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PriceSubtotal *Float `xmlrpc:"price_subtotal,omitempty"` - PriceSubtotalSigned *Float `xmlrpc:"price_subtotal_signed,omitempty"` - PriceTotal *Float `xmlrpc:"price_total,omitempty"` - PriceUnit *Float `xmlrpc:"price_unit,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductImage *String `xmlrpc:"product_image,omitempty"` - PurchaseId *Many2One `xmlrpc:"purchase_id,omitempty"` - PurchaseLineId *Many2One `xmlrpc:"purchase_line_id,omitempty"` - Quantity *Float `xmlrpc:"quantity,omitempty"` - SaleLineIds *Relation `xmlrpc:"sale_line_ids,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - UomId *Many2One `xmlrpc:"uom_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountAnalyticId *Many2One `xmlrpc:"account_analytic_id,omptempty"` + AccountId *Many2One `xmlrpc:"account_id,omptempty"` + AnalyticTagIds *Relation `xmlrpc:"analytic_tag_ids,omptempty"` + CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Discount *Float `xmlrpc:"discount,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InvoiceId *Many2One `xmlrpc:"invoice_id,omptempty"` + InvoiceLineTaxIds *Relation `xmlrpc:"invoice_line_tax_ids,omptempty"` + IsRoundingLine *Bool `xmlrpc:"is_rounding_line,omptempty"` + LayoutCategoryId *Many2One `xmlrpc:"layout_category_id,omptempty"` + LayoutCategorySequence *Int `xmlrpc:"layout_category_sequence,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Origin *String `xmlrpc:"origin,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PriceSubtotal *Float `xmlrpc:"price_subtotal,omptempty"` + PriceSubtotalSigned *Float `xmlrpc:"price_subtotal_signed,omptempty"` + PriceTotal *Float `xmlrpc:"price_total,omptempty"` + PriceUnit *Float `xmlrpc:"price_unit,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductImage *String `xmlrpc:"product_image,omptempty"` + PurchaseId *Many2One `xmlrpc:"purchase_id,omptempty"` + PurchaseLineId *Many2One `xmlrpc:"purchase_line_id,omptempty"` + Quantity *Float `xmlrpc:"quantity,omptempty"` + SaleLineIds *Relation `xmlrpc:"sale_line_ids,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + UomId *Many2One `xmlrpc:"uom_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountInvoiceLines represents array of account.invoice.line model. diff --git a/account_invoice_refund.go b/account_invoice_refund.go index 5dd27daa..41a3287b 100644 --- a/account_invoice_refund.go +++ b/account_invoice_refund.go @@ -6,18 +6,18 @@ import ( // AccountInvoiceRefund represents account.invoice.refund model. type AccountInvoiceRefund struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DateInvoice *Time `xmlrpc:"date_invoice,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FilterRefund *Selection `xmlrpc:"filter_refund,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - RefundOnly *Bool `xmlrpc:"refund_only,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DateInvoice *Time `xmlrpc:"date_invoice,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FilterRefund *Selection `xmlrpc:"filter_refund,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + RefundOnly *Bool `xmlrpc:"refund_only,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountInvoiceRefunds represents array of account.invoice.refund model. diff --git a/account_invoice_report.go b/account_invoice_report.go index 5e470ce5..acb17de2 100644 --- a/account_invoice_report.go +++ b/account_invoice_report.go @@ -6,39 +6,39 @@ import ( // AccountInvoiceReport represents account.invoice.report model. type AccountInvoiceReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountAnalyticId *Many2One `xmlrpc:"account_analytic_id,omitempty"` - AccountId *Many2One `xmlrpc:"account_id,omitempty"` - AccountLineId *Many2One `xmlrpc:"account_line_id,omitempty"` - CategId *Many2One `xmlrpc:"categ_id,omitempty"` - CommercialPartnerId *Many2One `xmlrpc:"commercial_partner_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - CurrencyRate *Float `xmlrpc:"currency_rate,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DateDue *Time `xmlrpc:"date_due,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FiscalPositionId *Many2One `xmlrpc:"fiscal_position_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - Nbr *Int `xmlrpc:"nbr,omitempty"` - PartnerBankId *Many2One `xmlrpc:"partner_bank_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PaymentTermId *Many2One `xmlrpc:"payment_term_id,omitempty"` - PriceAverage *Float `xmlrpc:"price_average,omitempty"` - PriceTotal *Float `xmlrpc:"price_total,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductQty *Float `xmlrpc:"product_qty,omitempty"` - Residual *Float `xmlrpc:"residual,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - UomName *String `xmlrpc:"uom_name,omitempty"` - UserCurrencyPriceAverage *Float `xmlrpc:"user_currency_price_average,omitempty"` - UserCurrencyPriceTotal *Float `xmlrpc:"user_currency_price_total,omitempty"` - UserCurrencyResidual *Float `xmlrpc:"user_currency_residual,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountAnalyticId *Many2One `xmlrpc:"account_analytic_id,omptempty"` + AccountId *Many2One `xmlrpc:"account_id,omptempty"` + AccountLineId *Many2One `xmlrpc:"account_line_id,omptempty"` + CategId *Many2One `xmlrpc:"categ_id,omptempty"` + CommercialPartnerId *Many2One `xmlrpc:"commercial_partner_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + CurrencyRate *Float `xmlrpc:"currency_rate,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DateDue *Time `xmlrpc:"date_due,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FiscalPositionId *Many2One `xmlrpc:"fiscal_position_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + Nbr *Int `xmlrpc:"nbr,omptempty"` + PartnerBankId *Many2One `xmlrpc:"partner_bank_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PaymentTermId *Many2One `xmlrpc:"payment_term_id,omptempty"` + PriceAverage *Float `xmlrpc:"price_average,omptempty"` + PriceTotal *Float `xmlrpc:"price_total,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductQty *Float `xmlrpc:"product_qty,omptempty"` + Residual *Float `xmlrpc:"residual,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + UomName *String `xmlrpc:"uom_name,omptempty"` + UserCurrencyPriceAverage *Float `xmlrpc:"user_currency_price_average,omptempty"` + UserCurrencyPriceTotal *Float `xmlrpc:"user_currency_price_total,omptempty"` + UserCurrencyResidual *Float `xmlrpc:"user_currency_residual,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` } // AccountInvoiceReports represents array of account.invoice.report model. diff --git a/account_invoice_tax.go b/account_invoice_tax.go index dcb05634..886d60e1 100644 --- a/account_invoice_tax.go +++ b/account_invoice_tax.go @@ -6,26 +6,26 @@ import ( // AccountInvoiceTax represents account.invoice.tax model. type AccountInvoiceTax struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountAnalyticId *Many2One `xmlrpc:"account_analytic_id,omitempty"` - AccountId *Many2One `xmlrpc:"account_id,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - AmountRounding *Float `xmlrpc:"amount_rounding,omitempty"` - AmountTotal *Float `xmlrpc:"amount_total,omitempty"` - Base *Float `xmlrpc:"base,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InvoiceId *Many2One `xmlrpc:"invoice_id,omitempty"` - Manual *Bool `xmlrpc:"manual,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - TaxId *Many2One `xmlrpc:"tax_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountAnalyticId *Many2One `xmlrpc:"account_analytic_id,omptempty"` + AccountId *Many2One `xmlrpc:"account_id,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + AmountRounding *Float `xmlrpc:"amount_rounding,omptempty"` + AmountTotal *Float `xmlrpc:"amount_total,omptempty"` + Base *Float `xmlrpc:"base,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InvoiceId *Many2One `xmlrpc:"invoice_id,omptempty"` + Manual *Bool `xmlrpc:"manual,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + TaxId *Many2One `xmlrpc:"tax_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountInvoiceTaxs represents array of account.invoice.tax model. diff --git a/account_journal.go b/account_journal.go index dfbd5bc8..20a1db5a 100644 --- a/account_journal.go +++ b/account_journal.go @@ -6,47 +6,47 @@ import ( // AccountJournal represents account.journal model. type AccountJournal struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountControlIds *Relation `xmlrpc:"account_control_ids,omitempty"` - AccountSetupBankDataDone *Bool `xmlrpc:"account_setup_bank_data_done,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - AtLeastOneInbound *Bool `xmlrpc:"at_least_one_inbound,omitempty"` - AtLeastOneOutbound *Bool `xmlrpc:"at_least_one_outbound,omitempty"` - BankAccNumber *String `xmlrpc:"bank_acc_number,omitempty"` - BankAccountId *Many2One `xmlrpc:"bank_account_id,omitempty"` - BankId *Many2One `xmlrpc:"bank_id,omitempty"` - BankStatementsSource *Selection `xmlrpc:"bank_statements_source,omitempty"` - BelongsToCompany *Bool `xmlrpc:"belongs_to_company,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DefaultCreditAccountId *Many2One `xmlrpc:"default_credit_account_id,omitempty"` - DefaultDebitAccountId *Many2One `xmlrpc:"default_debit_account_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - GroupInvoiceLines *Bool `xmlrpc:"group_invoice_lines,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InboundPaymentMethodIds *Relation `xmlrpc:"inbound_payment_method_ids,omitempty"` - KanbanDashboard *String `xmlrpc:"kanban_dashboard,omitempty"` - KanbanDashboardGraph *String `xmlrpc:"kanban_dashboard_graph,omitempty"` - LossAccountId *Many2One `xmlrpc:"loss_account_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OutboundPaymentMethodIds *Relation `xmlrpc:"outbound_payment_method_ids,omitempty"` - ProfitAccountId *Many2One `xmlrpc:"profit_account_id,omitempty"` - RefundSequence *Bool `xmlrpc:"refund_sequence,omitempty"` - RefundSequenceId *Many2One `xmlrpc:"refund_sequence_id,omitempty"` - RefundSequenceNumberNext *Int `xmlrpc:"refund_sequence_number_next,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - SequenceId *Many2One `xmlrpc:"sequence_id,omitempty"` - SequenceNumberNext *Int `xmlrpc:"sequence_number_next,omitempty"` - ShowOnDashboard *Bool `xmlrpc:"show_on_dashboard,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - TypeControlIds *Relation `xmlrpc:"type_control_ids,omitempty"` - UpdatePosted *Bool `xmlrpc:"update_posted,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountControlIds *Relation `xmlrpc:"account_control_ids,omptempty"` + AccountSetupBankDataDone *Bool `xmlrpc:"account_setup_bank_data_done,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + AtLeastOneInbound *Bool `xmlrpc:"at_least_one_inbound,omptempty"` + AtLeastOneOutbound *Bool `xmlrpc:"at_least_one_outbound,omptempty"` + BankAccNumber *String `xmlrpc:"bank_acc_number,omptempty"` + BankAccountId *Many2One `xmlrpc:"bank_account_id,omptempty"` + BankId *Many2One `xmlrpc:"bank_id,omptempty"` + BankStatementsSource *Selection `xmlrpc:"bank_statements_source,omptempty"` + BelongsToCompany *Bool `xmlrpc:"belongs_to_company,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DefaultCreditAccountId *Many2One `xmlrpc:"default_credit_account_id,omptempty"` + DefaultDebitAccountId *Many2One `xmlrpc:"default_debit_account_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + GroupInvoiceLines *Bool `xmlrpc:"group_invoice_lines,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InboundPaymentMethodIds *Relation `xmlrpc:"inbound_payment_method_ids,omptempty"` + KanbanDashboard *String `xmlrpc:"kanban_dashboard,omptempty"` + KanbanDashboardGraph *String `xmlrpc:"kanban_dashboard_graph,omptempty"` + LossAccountId *Many2One `xmlrpc:"loss_account_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OutboundPaymentMethodIds *Relation `xmlrpc:"outbound_payment_method_ids,omptempty"` + ProfitAccountId *Many2One `xmlrpc:"profit_account_id,omptempty"` + RefundSequence *Bool `xmlrpc:"refund_sequence,omptempty"` + RefundSequenceId *Many2One `xmlrpc:"refund_sequence_id,omptempty"` + RefundSequenceNumberNext *Int `xmlrpc:"refund_sequence_number_next,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + SequenceId *Many2One `xmlrpc:"sequence_id,omptempty"` + SequenceNumberNext *Int `xmlrpc:"sequence_number_next,omptempty"` + ShowOnDashboard *Bool `xmlrpc:"show_on_dashboard,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + TypeControlIds *Relation `xmlrpc:"type_control_ids,omptempty"` + UpdatePosted *Bool `xmlrpc:"update_posted,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountJournals represents array of account.journal model. diff --git a/account_move.go b/account_move.go index c103574a..d372a746 100644 --- a/account_move.go +++ b/account_move.go @@ -6,28 +6,28 @@ import ( // AccountMove represents account.move model. type AccountMove struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - DummyAccountId *Many2One `xmlrpc:"dummy_account_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - LineIds *Relation `xmlrpc:"line_ids,omitempty"` - MatchedPercentage *Float `xmlrpc:"matched_percentage,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Narration *String `xmlrpc:"narration,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - Ref *String `xmlrpc:"ref,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - StockMoveId *Many2One `xmlrpc:"stock_move_id,omitempty"` - TaxCashBasisRecId *Many2One `xmlrpc:"tax_cash_basis_rec_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + DummyAccountId *Many2One `xmlrpc:"dummy_account_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + LineIds *Relation `xmlrpc:"line_ids,omptempty"` + MatchedPercentage *Float `xmlrpc:"matched_percentage,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Narration *String `xmlrpc:"narration,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + Ref *String `xmlrpc:"ref,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + StockMoveId *Many2One `xmlrpc:"stock_move_id,omptempty"` + TaxCashBasisRecId *Many2One `xmlrpc:"tax_cash_basis_rec_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountMoves represents array of account.move model. diff --git a/account_move_line.go b/account_move_line.go index b3de6df8..af6ac62a 100644 --- a/account_move_line.go +++ b/account_move_line.go @@ -6,57 +6,57 @@ import ( // AccountMoveLine represents account.move.line model. type AccountMoveLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountId *Many2One `xmlrpc:"account_id,omitempty"` - AmountCurrency *Float `xmlrpc:"amount_currency,omitempty"` - AmountResidual *Float `xmlrpc:"amount_residual,omitempty"` - AmountResidualCurrency *Float `xmlrpc:"amount_residual_currency,omitempty"` - AnalyticAccountId *Many2One `xmlrpc:"analytic_account_id,omitempty"` - AnalyticLineIds *Relation `xmlrpc:"analytic_line_ids,omitempty"` - AnalyticTagIds *Relation `xmlrpc:"analytic_tag_ids,omitempty"` - Balance *Float `xmlrpc:"balance,omitempty"` - BalanceCashBasis *Float `xmlrpc:"balance_cash_basis,omitempty"` - Blocked *Bool `xmlrpc:"blocked,omitempty"` - CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - Counterpart *String `xmlrpc:"counterpart,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Credit *Float `xmlrpc:"credit,omitempty"` - CreditCashBasis *Float `xmlrpc:"credit_cash_basis,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DateMaturity *Time `xmlrpc:"date_maturity,omitempty"` - Debit *Float `xmlrpc:"debit,omitempty"` - DebitCashBasis *Float `xmlrpc:"debit_cash_basis,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FullReconcileId *Many2One `xmlrpc:"full_reconcile_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InvoiceId *Many2One `xmlrpc:"invoice_id,omitempty"` - IsUnaffectedEarningsLine *Bool `xmlrpc:"is_unaffected_earnings_line,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - MatchedCreditIds *Relation `xmlrpc:"matched_credit_ids,omitempty"` - MatchedDebitIds *Relation `xmlrpc:"matched_debit_ids,omitempty"` - MoveId *Many2One `xmlrpc:"move_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Narration *String `xmlrpc:"narration,omitempty"` - ParentState *String `xmlrpc:"parent_state,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PaymentId *Many2One `xmlrpc:"payment_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductUomId *Many2One `xmlrpc:"product_uom_id,omitempty"` - Quantity *Float `xmlrpc:"quantity,omitempty"` - Reconciled *Bool `xmlrpc:"reconciled,omitempty"` - Ref *String `xmlrpc:"ref,omitempty"` - StatementId *Many2One `xmlrpc:"statement_id,omitempty"` - StatementLineId *Many2One `xmlrpc:"statement_line_id,omitempty"` - TaxBaseAmount *Float `xmlrpc:"tax_base_amount,omitempty"` - TaxExigible *Bool `xmlrpc:"tax_exigible,omitempty"` - TaxIds *Relation `xmlrpc:"tax_ids,omitempty"` - TaxLineId *Many2One `xmlrpc:"tax_line_id,omitempty"` - UserTypeId *Many2One `xmlrpc:"user_type_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountId *Many2One `xmlrpc:"account_id,omptempty"` + AmountCurrency *Float `xmlrpc:"amount_currency,omptempty"` + AmountResidual *Float `xmlrpc:"amount_residual,omptempty"` + AmountResidualCurrency *Float `xmlrpc:"amount_residual_currency,omptempty"` + AnalyticAccountId *Many2One `xmlrpc:"analytic_account_id,omptempty"` + AnalyticLineIds *Relation `xmlrpc:"analytic_line_ids,omptempty"` + AnalyticTagIds *Relation `xmlrpc:"analytic_tag_ids,omptempty"` + Balance *Float `xmlrpc:"balance,omptempty"` + BalanceCashBasis *Float `xmlrpc:"balance_cash_basis,omptempty"` + Blocked *Bool `xmlrpc:"blocked,omptempty"` + CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + Counterpart *String `xmlrpc:"counterpart,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Credit *Float `xmlrpc:"credit,omptempty"` + CreditCashBasis *Float `xmlrpc:"credit_cash_basis,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DateMaturity *Time `xmlrpc:"date_maturity,omptempty"` + Debit *Float `xmlrpc:"debit,omptempty"` + DebitCashBasis *Float `xmlrpc:"debit_cash_basis,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FullReconcileId *Many2One `xmlrpc:"full_reconcile_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InvoiceId *Many2One `xmlrpc:"invoice_id,omptempty"` + IsUnaffectedEarningsLine *Bool `xmlrpc:"is_unaffected_earnings_line,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + MatchedCreditIds *Relation `xmlrpc:"matched_credit_ids,omptempty"` + MatchedDebitIds *Relation `xmlrpc:"matched_debit_ids,omptempty"` + MoveId *Many2One `xmlrpc:"move_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Narration *String `xmlrpc:"narration,omptempty"` + ParentState *String `xmlrpc:"parent_state,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PaymentId *Many2One `xmlrpc:"payment_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductUomId *Many2One `xmlrpc:"product_uom_id,omptempty"` + Quantity *Float `xmlrpc:"quantity,omptempty"` + Reconciled *Bool `xmlrpc:"reconciled,omptempty"` + Ref *String `xmlrpc:"ref,omptempty"` + StatementId *Many2One `xmlrpc:"statement_id,omptempty"` + StatementLineId *Many2One `xmlrpc:"statement_line_id,omptempty"` + TaxBaseAmount *Float `xmlrpc:"tax_base_amount,omptempty"` + TaxExigible *Bool `xmlrpc:"tax_exigible,omptempty"` + TaxIds *Relation `xmlrpc:"tax_ids,omptempty"` + TaxLineId *Many2One `xmlrpc:"tax_line_id,omptempty"` + UserTypeId *Many2One `xmlrpc:"user_type_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountMoveLines represents array of account.move.line model. diff --git a/account_move_line_reconcile.go b/account_move_line_reconcile.go index 428d0b07..532e94d5 100644 --- a/account_move_line_reconcile.go +++ b/account_move_line_reconcile.go @@ -6,18 +6,18 @@ import ( // AccountMoveLineReconcile represents account.move.line.reconcile model. type AccountMoveLineReconcile struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Credit *Float `xmlrpc:"credit,omitempty"` - Debit *Float `xmlrpc:"debit,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - TransNbr *Int `xmlrpc:"trans_nbr,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - Writeoff *Float `xmlrpc:"writeoff,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Credit *Float `xmlrpc:"credit,omptempty"` + Debit *Float `xmlrpc:"debit,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + TransNbr *Int `xmlrpc:"trans_nbr,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + Writeoff *Float `xmlrpc:"writeoff,omptempty"` } // AccountMoveLineReconciles represents array of account.move.line.reconcile model. diff --git a/account_move_line_reconcile_writeoff.go b/account_move_line_reconcile_writeoff.go index 42aff4c9..8def9922 100644 --- a/account_move_line_reconcile_writeoff.go +++ b/account_move_line_reconcile_writeoff.go @@ -6,18 +6,18 @@ import ( // AccountMoveLineReconcileWriteoff represents account.move.line.reconcile.writeoff model. type AccountMoveLineReconcileWriteoff struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AnalyticId *Many2One `xmlrpc:"analytic_id,omitempty"` - Comment *String `xmlrpc:"comment,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateP *Time `xmlrpc:"date_p,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - WriteoffAccId *Many2One `xmlrpc:"writeoff_acc_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AnalyticId *Many2One `xmlrpc:"analytic_id,omptempty"` + Comment *String `xmlrpc:"comment,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateP *Time `xmlrpc:"date_p,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + WriteoffAccId *Many2One `xmlrpc:"writeoff_acc_id,omptempty"` } // AccountMoveLineReconcileWriteoffs represents array of account.move.line.reconcile.writeoff model. diff --git a/account_move_reversal.go b/account_move_reversal.go index 0fe593e8..7ba5de61 100644 --- a/account_move_reversal.go +++ b/account_move_reversal.go @@ -6,15 +6,15 @@ import ( // AccountMoveReversal represents account.move.reversal model. type AccountMoveReversal struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountMoveReversals represents array of account.move.reversal model. diff --git a/account_opening.go b/account_opening.go index 1ff01720..712cfa40 100644 --- a/account_opening.go +++ b/account_opening.go @@ -6,19 +6,19 @@ import ( // AccountOpening represents account.opening model. type AccountOpening struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - OpeningMoveId *Many2One `xmlrpc:"opening_move_id,omitempty"` - OpeningMoveLineIds *Relation `xmlrpc:"opening_move_line_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + OpeningMoveId *Many2One `xmlrpc:"opening_move_id,omptempty"` + OpeningMoveLineIds *Relation `xmlrpc:"opening_move_line_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountOpenings represents array of account.opening model. diff --git a/account_partial_reconcile.go b/account_partial_reconcile.go index 227b21f2..36290a90 100644 --- a/account_partial_reconcile.go +++ b/account_partial_reconcile.go @@ -6,22 +6,22 @@ import ( // AccountPartialReconcile represents account.partial.reconcile model. type AccountPartialReconcile struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - AmountCurrency *Float `xmlrpc:"amount_currency,omitempty"` - CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CreditMoveId *Many2One `xmlrpc:"credit_move_id,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DebitMoveId *Many2One `xmlrpc:"debit_move_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FullReconcileId *Many2One `xmlrpc:"full_reconcile_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MaxDate *Time `xmlrpc:"max_date,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + AmountCurrency *Float `xmlrpc:"amount_currency,omptempty"` + CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CreditMoveId *Many2One `xmlrpc:"credit_move_id,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DebitMoveId *Many2One `xmlrpc:"debit_move_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FullReconcileId *Many2One `xmlrpc:"full_reconcile_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MaxDate *Time `xmlrpc:"max_date,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountPartialReconciles represents array of account.partial.reconcile model. diff --git a/account_payment.go b/account_payment.go index a03f2fae..9dd2f54b 100644 --- a/account_payment.go +++ b/account_payment.go @@ -6,52 +6,52 @@ import ( // AccountPayment represents account.payment model. type AccountPayment struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - Communication *String `xmlrpc:"communication,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DestinationAccountId *Many2One `xmlrpc:"destination_account_id,omitempty"` - DestinationJournalId *Many2One `xmlrpc:"destination_journal_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - HasInvoices *Bool `xmlrpc:"has_invoices,omitempty"` - HidePaymentMethod *Bool `xmlrpc:"hide_payment_method,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InvoiceIds *Relation `xmlrpc:"invoice_ids,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - MoveLineIds *Relation `xmlrpc:"move_line_ids,omitempty"` - MoveName *String `xmlrpc:"move_name,omitempty"` - MoveReconciled *Bool `xmlrpc:"move_reconciled,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PartnerType *Selection `xmlrpc:"partner_type,omitempty"` - PaymentDate *Time `xmlrpc:"payment_date,omitempty"` - PaymentDifference *Float `xmlrpc:"payment_difference,omitempty"` - PaymentDifferenceHandling *Selection `xmlrpc:"payment_difference_handling,omitempty"` - PaymentMethodCode *String `xmlrpc:"payment_method_code,omitempty"` - PaymentMethodId *Many2One `xmlrpc:"payment_method_id,omitempty"` - PaymentReference *String `xmlrpc:"payment_reference,omitempty"` - PaymentTokenId *Many2One `xmlrpc:"payment_token_id,omitempty"` - PaymentTransactionId *Many2One `xmlrpc:"payment_transaction_id,omitempty"` - PaymentType *Selection `xmlrpc:"payment_type,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - WriteoffAccountId *Many2One `xmlrpc:"writeoff_account_id,omitempty"` - WriteoffLabel *String `xmlrpc:"writeoff_label,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + Communication *String `xmlrpc:"communication,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DestinationAccountId *Many2One `xmlrpc:"destination_account_id,omptempty"` + DestinationJournalId *Many2One `xmlrpc:"destination_journal_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + HasInvoices *Bool `xmlrpc:"has_invoices,omptempty"` + HidePaymentMethod *Bool `xmlrpc:"hide_payment_method,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InvoiceIds *Relation `xmlrpc:"invoice_ids,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + MoveLineIds *Relation `xmlrpc:"move_line_ids,omptempty"` + MoveName *String `xmlrpc:"move_name,omptempty"` + MoveReconciled *Bool `xmlrpc:"move_reconciled,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PartnerType *Selection `xmlrpc:"partner_type,omptempty"` + PaymentDate *Time `xmlrpc:"payment_date,omptempty"` + PaymentDifference *Float `xmlrpc:"payment_difference,omptempty"` + PaymentDifferenceHandling *Selection `xmlrpc:"payment_difference_handling,omptempty"` + PaymentMethodCode *String `xmlrpc:"payment_method_code,omptempty"` + PaymentMethodId *Many2One `xmlrpc:"payment_method_id,omptempty"` + PaymentReference *String `xmlrpc:"payment_reference,omptempty"` + PaymentTokenId *Many2One `xmlrpc:"payment_token_id,omptempty"` + PaymentTransactionId *Many2One `xmlrpc:"payment_transaction_id,omptempty"` + PaymentType *Selection `xmlrpc:"payment_type,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + WriteoffAccountId *Many2One `xmlrpc:"writeoff_account_id,omptempty"` + WriteoffLabel *String `xmlrpc:"writeoff_label,omptempty"` } // AccountPayments represents array of account.payment model. diff --git a/account_payment_method.go b/account_payment_method.go index fc3d7275..442adf00 100644 --- a/account_payment_method.go +++ b/account_payment_method.go @@ -6,16 +6,16 @@ import ( // AccountPaymentMethod represents account.payment.method model. type AccountPaymentMethod struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PaymentType *Selection `xmlrpc:"payment_type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PaymentType *Selection `xmlrpc:"payment_type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountPaymentMethods represents array of account.payment.method model. diff --git a/account_payment_term.go b/account_payment_term.go index 06aabb10..b2bba916 100644 --- a/account_payment_term.go +++ b/account_payment_term.go @@ -6,19 +6,19 @@ import ( // AccountPaymentTerm represents account.payment.term model. type AccountPaymentTerm struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LineIds *Relation `xmlrpc:"line_ids,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Note *String `xmlrpc:"note,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LineIds *Relation `xmlrpc:"line_ids,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Note *String `xmlrpc:"note,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountPaymentTerms represents array of account.payment.term model. diff --git a/account_payment_term_line.go b/account_payment_term_line.go index 8f0f8662..ea124684 100644 --- a/account_payment_term_line.go +++ b/account_payment_term_line.go @@ -6,19 +6,19 @@ import ( // AccountPaymentTermLine represents account.payment.term.line model. type AccountPaymentTermLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Days *Int `xmlrpc:"days,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Option *Selection `xmlrpc:"option,omitempty"` - PaymentId *Many2One `xmlrpc:"payment_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - Value *Selection `xmlrpc:"value,omitempty"` - ValueAmount *Float `xmlrpc:"value_amount,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Days *Int `xmlrpc:"days,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Option *Selection `xmlrpc:"option,omptempty"` + PaymentId *Many2One `xmlrpc:"payment_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + Value *Selection `xmlrpc:"value,omptempty"` + ValueAmount *Float `xmlrpc:"value_amount,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountPaymentTermLines represents array of account.payment.term.line model. diff --git a/account_print_journal.go b/account_print_journal.go index 56484699..60464284 100644 --- a/account_print_journal.go +++ b/account_print_journal.go @@ -6,20 +6,20 @@ import ( // AccountPrintJournal represents account.print.journal model. type AccountPrintJournal struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AmountCurrency *Bool `xmlrpc:"amount_currency,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalIds *Relation `xmlrpc:"journal_ids,omitempty"` - SortSelection *Selection `xmlrpc:"sort_selection,omitempty"` - TargetMove *Selection `xmlrpc:"target_move,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AmountCurrency *Bool `xmlrpc:"amount_currency,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalIds *Relation `xmlrpc:"journal_ids,omptempty"` + SortSelection *Selection `xmlrpc:"sort_selection,omptempty"` + TargetMove *Selection `xmlrpc:"target_move,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountPrintJournals represents array of account.print.journal model. diff --git a/account_reconcile_model.go b/account_reconcile_model.go index 4d9690fb..3e6ed22a 100644 --- a/account_reconcile_model.go +++ b/account_reconcile_model.go @@ -6,31 +6,31 @@ import ( // AccountReconcileModel represents account.reconcile.model model. type AccountReconcileModel struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountId *Many2One `xmlrpc:"account_id,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - AmountType *Selection `xmlrpc:"amount_type,omitempty"` - AnalyticAccountId *Many2One `xmlrpc:"analytic_account_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - HasSecondLine *Bool `xmlrpc:"has_second_line,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - Label *String `xmlrpc:"label,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - SecondAccountId *Many2One `xmlrpc:"second_account_id,omitempty"` - SecondAmount *Float `xmlrpc:"second_amount,omitempty"` - SecondAmountType *Selection `xmlrpc:"second_amount_type,omitempty"` - SecondAnalyticAccountId *Many2One `xmlrpc:"second_analytic_account_id,omitempty"` - SecondJournalId *Many2One `xmlrpc:"second_journal_id,omitempty"` - SecondLabel *String `xmlrpc:"second_label,omitempty"` - SecondTaxId *Many2One `xmlrpc:"second_tax_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - TaxId *Many2One `xmlrpc:"tax_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountId *Many2One `xmlrpc:"account_id,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + AmountType *Selection `xmlrpc:"amount_type,omptempty"` + AnalyticAccountId *Many2One `xmlrpc:"analytic_account_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + HasSecondLine *Bool `xmlrpc:"has_second_line,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + Label *String `xmlrpc:"label,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + SecondAccountId *Many2One `xmlrpc:"second_account_id,omptempty"` + SecondAmount *Float `xmlrpc:"second_amount,omptempty"` + SecondAmountType *Selection `xmlrpc:"second_amount_type,omptempty"` + SecondAnalyticAccountId *Many2One `xmlrpc:"second_analytic_account_id,omptempty"` + SecondJournalId *Many2One `xmlrpc:"second_journal_id,omptempty"` + SecondLabel *String `xmlrpc:"second_label,omptempty"` + SecondTaxId *Many2One `xmlrpc:"second_tax_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + TaxId *Many2One `xmlrpc:"tax_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountReconcileModels represents array of account.reconcile.model model. diff --git a/account_reconcile_model_template.go b/account_reconcile_model_template.go index 355b57fa..67372952 100644 --- a/account_reconcile_model_template.go +++ b/account_reconcile_model_template.go @@ -6,27 +6,27 @@ import ( // AccountReconcileModelTemplate represents account.reconcile.model.template model. type AccountReconcileModelTemplate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountId *Many2One `xmlrpc:"account_id,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - AmountType *Selection `xmlrpc:"amount_type,omitempty"` - ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - HasSecondLine *Bool `xmlrpc:"has_second_line,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Label *String `xmlrpc:"label,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - SecondAccountId *Many2One `xmlrpc:"second_account_id,omitempty"` - SecondAmount *Float `xmlrpc:"second_amount,omitempty"` - SecondAmountType *Selection `xmlrpc:"second_amount_type,omitempty"` - SecondLabel *String `xmlrpc:"second_label,omitempty"` - SecondTaxId *Many2One `xmlrpc:"second_tax_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - TaxId *Many2One `xmlrpc:"tax_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountId *Many2One `xmlrpc:"account_id,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + AmountType *Selection `xmlrpc:"amount_type,omptempty"` + ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + HasSecondLine *Bool `xmlrpc:"has_second_line,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Label *String `xmlrpc:"label,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + SecondAccountId *Many2One `xmlrpc:"second_account_id,omptempty"` + SecondAmount *Float `xmlrpc:"second_amount,omptempty"` + SecondAmountType *Selection `xmlrpc:"second_amount_type,omptempty"` + SecondLabel *String `xmlrpc:"second_label,omptempty"` + SecondTaxId *Many2One `xmlrpc:"second_tax_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + TaxId *Many2One `xmlrpc:"tax_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountReconcileModelTemplates represents array of account.reconcile.model.template model. diff --git a/account_register_payments.go b/account_register_payments.go index 849f4a97..6b0937d9 100644 --- a/account_register_payments.go +++ b/account_register_payments.go @@ -6,27 +6,27 @@ import ( // AccountRegisterPayments represents account.register.payments model. type AccountRegisterPayments struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - Communication *String `xmlrpc:"communication,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - HidePaymentMethod *Bool `xmlrpc:"hide_payment_method,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InvoiceIds *Relation `xmlrpc:"invoice_ids,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - Multi *Bool `xmlrpc:"multi,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PartnerType *Selection `xmlrpc:"partner_type,omitempty"` - PaymentDate *Time `xmlrpc:"payment_date,omitempty"` - PaymentMethodCode *String `xmlrpc:"payment_method_code,omitempty"` - PaymentMethodId *Many2One `xmlrpc:"payment_method_id,omitempty"` - PaymentType *Selection `xmlrpc:"payment_type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + Communication *String `xmlrpc:"communication,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + HidePaymentMethod *Bool `xmlrpc:"hide_payment_method,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InvoiceIds *Relation `xmlrpc:"invoice_ids,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + Multi *Bool `xmlrpc:"multi,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PartnerType *Selection `xmlrpc:"partner_type,omptempty"` + PaymentDate *Time `xmlrpc:"payment_date,omptempty"` + PaymentMethodCode *String `xmlrpc:"payment_method_code,omptempty"` + PaymentMethodId *Many2One `xmlrpc:"payment_method_id,omptempty"` + PaymentType *Selection `xmlrpc:"payment_type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountRegisterPaymentss represents array of account.register.payments model. diff --git a/account_report_general_ledger.go b/account_report_general_ledger.go index 99304ba0..45d65577 100644 --- a/account_report_general_ledger.go +++ b/account_report_general_ledger.go @@ -6,21 +6,21 @@ import ( // AccountReportGeneralLedger represents account.report.general.ledger model. type AccountReportGeneralLedger struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayAccount *Selection `xmlrpc:"display_account,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InitialBalance *Bool `xmlrpc:"initial_balance,omitempty"` - JournalIds *Relation `xmlrpc:"journal_ids,omitempty"` - Sortby *Selection `xmlrpc:"sortby,omitempty"` - TargetMove *Selection `xmlrpc:"target_move,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayAccount *Selection `xmlrpc:"display_account,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InitialBalance *Bool `xmlrpc:"initial_balance,omptempty"` + JournalIds *Relation `xmlrpc:"journal_ids,omptempty"` + Sortby *Selection `xmlrpc:"sortby,omptempty"` + TargetMove *Selection `xmlrpc:"target_move,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountReportGeneralLedgers represents array of account.report.general.ledger model. diff --git a/account_report_partner_ledger.go b/account_report_partner_ledger.go index d1809ddb..6beea421 100644 --- a/account_report_partner_ledger.go +++ b/account_report_partner_ledger.go @@ -6,21 +6,21 @@ import ( // AccountReportPartnerLedger represents account.report.partner.ledger model. type AccountReportPartnerLedger struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AmountCurrency *Bool `xmlrpc:"amount_currency,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalIds *Relation `xmlrpc:"journal_ids,omitempty"` - Reconciled *Bool `xmlrpc:"reconciled,omitempty"` - ResultSelection *Selection `xmlrpc:"result_selection,omitempty"` - TargetMove *Selection `xmlrpc:"target_move,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AmountCurrency *Bool `xmlrpc:"amount_currency,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalIds *Relation `xmlrpc:"journal_ids,omptempty"` + Reconciled *Bool `xmlrpc:"reconciled,omptempty"` + ResultSelection *Selection `xmlrpc:"result_selection,omptempty"` + TargetMove *Selection `xmlrpc:"target_move,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountReportPartnerLedgers represents array of account.report.partner.ledger model. diff --git a/account_tax.go b/account_tax.go index 7eeaa20c..ce460efa 100644 --- a/account_tax.go +++ b/account_tax.go @@ -6,33 +6,33 @@ import ( // AccountTax represents account.tax model. type AccountTax struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountId *Many2One `xmlrpc:"account_id,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - AmountType *Selection `xmlrpc:"amount_type,omitempty"` - Analytic *Bool `xmlrpc:"analytic,omitempty"` - CashBasisAccount *Many2One `xmlrpc:"cash_basis_account,omitempty"` - ChildrenTaxIds *Relation `xmlrpc:"children_tax_ids,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - HideTaxExigibility *Bool `xmlrpc:"hide_tax_exigibility,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IncludeBaseAmount *Bool `xmlrpc:"include_base_amount,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PriceInclude *Bool `xmlrpc:"price_include,omitempty"` - RefundAccountId *Many2One `xmlrpc:"refund_account_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - TagIds *Relation `xmlrpc:"tag_ids,omitempty"` - TaxAdjustment *Bool `xmlrpc:"tax_adjustment,omitempty"` - TaxExigibility *Selection `xmlrpc:"tax_exigibility,omitempty"` - TaxGroupId *Many2One `xmlrpc:"tax_group_id,omitempty"` - TypeTaxUse *Selection `xmlrpc:"type_tax_use,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountId *Many2One `xmlrpc:"account_id,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + AmountType *Selection `xmlrpc:"amount_type,omptempty"` + Analytic *Bool `xmlrpc:"analytic,omptempty"` + CashBasisAccount *Many2One `xmlrpc:"cash_basis_account,omptempty"` + ChildrenTaxIds *Relation `xmlrpc:"children_tax_ids,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + HideTaxExigibility *Bool `xmlrpc:"hide_tax_exigibility,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IncludeBaseAmount *Bool `xmlrpc:"include_base_amount,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PriceInclude *Bool `xmlrpc:"price_include,omptempty"` + RefundAccountId *Many2One `xmlrpc:"refund_account_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + TagIds *Relation `xmlrpc:"tag_ids,omptempty"` + TaxAdjustment *Bool `xmlrpc:"tax_adjustment,omptempty"` + TaxExigibility *Selection `xmlrpc:"tax_exigibility,omptempty"` + TaxGroupId *Many2One `xmlrpc:"tax_group_id,omptempty"` + TypeTaxUse *Selection `xmlrpc:"type_tax_use,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountTaxs represents array of account.tax model. diff --git a/account_tax_group.go b/account_tax_group.go index 0e18fbe9..9a99c838 100644 --- a/account_tax_group.go +++ b/account_tax_group.go @@ -6,15 +6,15 @@ import ( // AccountTaxGroup represents account.tax.group model. type AccountTaxGroup struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountTaxGroups represents array of account.tax.group model. diff --git a/account_tax_report.go b/account_tax_report.go index b0f4f70b..094838d1 100644 --- a/account_tax_report.go +++ b/account_tax_report.go @@ -6,18 +6,18 @@ import ( // AccountTaxReport represents account.tax.report model. type AccountTaxReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalIds *Relation `xmlrpc:"journal_ids,omitempty"` - TargetMove *Selection `xmlrpc:"target_move,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalIds *Relation `xmlrpc:"journal_ids,omptempty"` + TargetMove *Selection `xmlrpc:"target_move,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountTaxReports represents array of account.tax.report model. diff --git a/account_tax_template.go b/account_tax_template.go index 57764df0..5cf2dfce 100644 --- a/account_tax_template.go +++ b/account_tax_template.go @@ -6,33 +6,33 @@ import ( // AccountTaxTemplate represents account.tax.template model. type AccountTaxTemplate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountId *Many2One `xmlrpc:"account_id,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - AmountType *Selection `xmlrpc:"amount_type,omitempty"` - Analytic *Bool `xmlrpc:"analytic,omitempty"` - CashBasisAccount *Many2One `xmlrpc:"cash_basis_account,omitempty"` - ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omitempty"` - ChildrenTaxIds *Relation `xmlrpc:"children_tax_ids,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IncludeBaseAmount *Bool `xmlrpc:"include_base_amount,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PriceInclude *Bool `xmlrpc:"price_include,omitempty"` - RefundAccountId *Many2One `xmlrpc:"refund_account_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - TagIds *Relation `xmlrpc:"tag_ids,omitempty"` - TaxAdjustment *Bool `xmlrpc:"tax_adjustment,omitempty"` - TaxExigibility *Selection `xmlrpc:"tax_exigibility,omitempty"` - TaxGroupId *Many2One `xmlrpc:"tax_group_id,omitempty"` - TypeTaxUse *Selection `xmlrpc:"type_tax_use,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountId *Many2One `xmlrpc:"account_id,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + AmountType *Selection `xmlrpc:"amount_type,omptempty"` + Analytic *Bool `xmlrpc:"analytic,omptempty"` + CashBasisAccount *Many2One `xmlrpc:"cash_basis_account,omptempty"` + ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omptempty"` + ChildrenTaxIds *Relation `xmlrpc:"children_tax_ids,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IncludeBaseAmount *Bool `xmlrpc:"include_base_amount,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PriceInclude *Bool `xmlrpc:"price_include,omptempty"` + RefundAccountId *Many2One `xmlrpc:"refund_account_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + TagIds *Relation `xmlrpc:"tag_ids,omptempty"` + TaxAdjustment *Bool `xmlrpc:"tax_adjustment,omptempty"` + TaxExigibility *Selection `xmlrpc:"tax_exigibility,omptempty"` + TaxGroupId *Many2One `xmlrpc:"tax_group_id,omptempty"` + TypeTaxUse *Selection `xmlrpc:"type_tax_use,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountTaxTemplates represents array of account.tax.template model. diff --git a/account_unreconcile.go b/account_unreconcile.go index b0cf4d3b..e6bcaf0d 100644 --- a/account_unreconcile.go +++ b/account_unreconcile.go @@ -6,13 +6,13 @@ import ( // AccountUnreconcile represents account.unreconcile model. type AccountUnreconcile struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountUnreconciles represents array of account.unreconcile model. diff --git a/accounting_report.go b/accounting_report.go index 8ca16c9e..2b63b36c 100644 --- a/accounting_report.go +++ b/accounting_report.go @@ -6,25 +6,25 @@ import ( // AccountingReport represents accounting.report model. type AccountingReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountReportId *Many2One `xmlrpc:"account_report_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateFromCmp *Time `xmlrpc:"date_from_cmp,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DateToCmp *Time `xmlrpc:"date_to_cmp,omitempty"` - DebitCredit *Bool `xmlrpc:"debit_credit,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EnableFilter *Bool `xmlrpc:"enable_filter,omitempty"` - FilterCmp *Selection `xmlrpc:"filter_cmp,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalIds *Relation `xmlrpc:"journal_ids,omitempty"` - LabelFilter *String `xmlrpc:"label_filter,omitempty"` - TargetMove *Selection `xmlrpc:"target_move,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountReportId *Many2One `xmlrpc:"account_report_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateFromCmp *Time `xmlrpc:"date_from_cmp,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DateToCmp *Time `xmlrpc:"date_to_cmp,omptempty"` + DebitCredit *Bool `xmlrpc:"debit_credit,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EnableFilter *Bool `xmlrpc:"enable_filter,omptempty"` + FilterCmp *Selection `xmlrpc:"filter_cmp,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalIds *Relation `xmlrpc:"journal_ids,omptempty"` + LabelFilter *String `xmlrpc:"label_filter,omptempty"` + TargetMove *Selection `xmlrpc:"target_move,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AccountingReports represents array of accounting.report model. diff --git a/autosales_config.go b/autosales_config.go index f2599334..521bb868 100644 --- a/autosales_config.go +++ b/autosales_config.go @@ -6,16 +6,16 @@ import ( // AutosalesConfig represents autosales.config model. type AutosalesConfig struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ConfigLine *Relation `xmlrpc:"config_line,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ConfigLine *Relation `xmlrpc:"config_line,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AutosalesConfigs represents array of autosales.config model. diff --git a/autosales_config_line.go b/autosales_config_line.go index d4fd1480..568e6a50 100644 --- a/autosales_config_line.go +++ b/autosales_config_line.go @@ -6,18 +6,18 @@ import ( // AutosalesConfigLine represents autosales.config.line model. type AutosalesConfigLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AutosalesConfigId *Many2One `xmlrpc:"autosales_config_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PercentProductBase *Float `xmlrpc:"percent_product_base,omitempty"` - ProductAuto *Many2One `xmlrpc:"product_auto,omitempty"` - ProductBase *Many2One `xmlrpc:"product_base,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AutosalesConfigId *Many2One `xmlrpc:"autosales_config_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PercentProductBase *Float `xmlrpc:"percent_product_base,omptempty"` + ProductAuto *Many2One `xmlrpc:"product_auto,omptempty"` + ProductBase *Many2One `xmlrpc:"product_base,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // AutosalesConfigLines represents array of autosales.config.line model. diff --git a/barcode_nomenclature.go b/barcode_nomenclature.go index 1cfb4fef..dd1e2ebe 100644 --- a/barcode_nomenclature.go +++ b/barcode_nomenclature.go @@ -6,16 +6,16 @@ import ( // BarcodeNomenclature represents barcode.nomenclature model. type BarcodeNomenclature struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - RuleIds *Relation `xmlrpc:"rule_ids,omitempty"` - UpcEanConv *Selection `xmlrpc:"upc_ean_conv,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + RuleIds *Relation `xmlrpc:"rule_ids,omptempty"` + UpcEanConv *Selection `xmlrpc:"upc_ean_conv,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BarcodeNomenclatures represents array of barcode.nomenclature model. diff --git a/barcode_rule.go b/barcode_rule.go index 16ee901e..ad2c9898 100644 --- a/barcode_rule.go +++ b/barcode_rule.go @@ -6,20 +6,20 @@ import ( // BarcodeRule represents barcode.rule model. type BarcodeRule struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Alias *String `xmlrpc:"alias,omitempty"` - BarcodeNomenclatureId *Many2One `xmlrpc:"barcode_nomenclature_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Encoding *Selection `xmlrpc:"encoding,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Pattern *String `xmlrpc:"pattern,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Alias *String `xmlrpc:"alias,omptempty"` + BarcodeNomenclatureId *Many2One `xmlrpc:"barcode_nomenclature_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Encoding *Selection `xmlrpc:"encoding,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Pattern *String `xmlrpc:"pattern,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BarcodeRules represents array of barcode.rule model. diff --git a/barcodes_barcode_events_mixin.go b/barcodes_barcode_events_mixin.go index 5ff99c5d..b3c14b60 100644 --- a/barcodes_barcode_events_mixin.go +++ b/barcodes_barcode_events_mixin.go @@ -6,10 +6,10 @@ import ( // BarcodesBarcodeEventsMixin represents barcodes.barcode_events_mixin model. type BarcodesBarcodeEventsMixin struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - BarcodeScanned *String `xmlrpc:"_barcode_scanned,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + BarcodeScanned *String `xmlrpc:"_barcode_scanned,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // BarcodesBarcodeEventsMixins represents array of barcodes.barcode_events_mixin model. diff --git a/base.go b/base.go index 2c9653ee..b038b672 100644 --- a/base.go +++ b/base.go @@ -6,9 +6,9 @@ import ( // Base represents base model. type Base struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // Bases represents array of base model. diff --git a/base_import_import.go b/base_import_import.go index 8db76358..352a4b45 100644 --- a/base_import_import.go +++ b/base_import_import.go @@ -6,17 +6,17 @@ import ( // BaseImportImport represents base_import.import model. type BaseImportImport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - File *String `xmlrpc:"file,omitempty"` - FileName *String `xmlrpc:"file_name,omitempty"` - FileType *String `xmlrpc:"file_type,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ResModel *String `xmlrpc:"res_model,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + File *String `xmlrpc:"file,omptempty"` + FileName *String `xmlrpc:"file_name,omptempty"` + FileType *String `xmlrpc:"file_type,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ResModel *String `xmlrpc:"res_model,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportImports represents array of base_import.import model. diff --git a/base_import_tests_models_char.go b/base_import_tests_models_char.go index 16124413..5941c63d 100644 --- a/base_import_tests_models_char.go +++ b/base_import_tests_models_char.go @@ -6,14 +6,14 @@ import ( // BaseImportTestsModelsChar represents base_import.tests.models.char model. type BaseImportTestsModelsChar struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Value *String `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Value *String `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsChars represents array of base_import.tests.models.char model. diff --git a/base_import_tests_models_char_noreadonly.go b/base_import_tests_models_char_noreadonly.go index 8f5af7a7..2c1c4e91 100644 --- a/base_import_tests_models_char_noreadonly.go +++ b/base_import_tests_models_char_noreadonly.go @@ -6,14 +6,14 @@ import ( // BaseImportTestsModelsCharNoreadonly represents base_import.tests.models.char.noreadonly model. type BaseImportTestsModelsCharNoreadonly struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Value *String `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Value *String `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsCharNoreadonlys represents array of base_import.tests.models.char.noreadonly model. diff --git a/base_import_tests_models_char_readonly.go b/base_import_tests_models_char_readonly.go index b37cb2d0..40346869 100644 --- a/base_import_tests_models_char_readonly.go +++ b/base_import_tests_models_char_readonly.go @@ -6,14 +6,14 @@ import ( // BaseImportTestsModelsCharReadonly represents base_import.tests.models.char.readonly model. type BaseImportTestsModelsCharReadonly struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Value *String `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Value *String `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsCharReadonlys represents array of base_import.tests.models.char.readonly model. diff --git a/base_import_tests_models_char_required.go b/base_import_tests_models_char_required.go index 0383b5ba..66d1496f 100644 --- a/base_import_tests_models_char_required.go +++ b/base_import_tests_models_char_required.go @@ -6,14 +6,14 @@ import ( // BaseImportTestsModelsCharRequired represents base_import.tests.models.char.required model. type BaseImportTestsModelsCharRequired struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Value *String `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Value *String `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsCharRequireds represents array of base_import.tests.models.char.required model. diff --git a/base_import_tests_models_char_states.go b/base_import_tests_models_char_states.go index bde27a88..4eb642aa 100644 --- a/base_import_tests_models_char_states.go +++ b/base_import_tests_models_char_states.go @@ -6,14 +6,14 @@ import ( // BaseImportTestsModelsCharStates represents base_import.tests.models.char.states model. type BaseImportTestsModelsCharStates struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Value *String `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Value *String `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsCharStatess represents array of base_import.tests.models.char.states model. diff --git a/base_import_tests_models_char_stillreadonly.go b/base_import_tests_models_char_stillreadonly.go index 9cb536d7..7f11289b 100644 --- a/base_import_tests_models_char_stillreadonly.go +++ b/base_import_tests_models_char_stillreadonly.go @@ -6,14 +6,14 @@ import ( // BaseImportTestsModelsCharStillreadonly represents base_import.tests.models.char.stillreadonly model. type BaseImportTestsModelsCharStillreadonly struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Value *String `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Value *String `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsCharStillreadonlys represents array of base_import.tests.models.char.stillreadonly model. diff --git a/base_import_tests_models_m2o.go b/base_import_tests_models_m2o.go index d1be64bd..db8ddf20 100644 --- a/base_import_tests_models_m2o.go +++ b/base_import_tests_models_m2o.go @@ -6,14 +6,14 @@ import ( // BaseImportTestsModelsM2O represents base_import.tests.models.m2o model. type BaseImportTestsModelsM2O struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Value *Many2One `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Value *Many2One `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsM2Os represents array of base_import.tests.models.m2o model. diff --git a/base_import_tests_models_m2o_related.go b/base_import_tests_models_m2o_related.go index c0945118..23cdbea9 100644 --- a/base_import_tests_models_m2o_related.go +++ b/base_import_tests_models_m2o_related.go @@ -6,14 +6,14 @@ import ( // BaseImportTestsModelsM2ORelated represents base_import.tests.models.m2o.related model. type BaseImportTestsModelsM2ORelated struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Value *Int `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Value *Int `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsM2ORelateds represents array of base_import.tests.models.m2o.related model. diff --git a/base_import_tests_models_m2o_required.go b/base_import_tests_models_m2o_required.go index 67b05a53..45b8ddb4 100644 --- a/base_import_tests_models_m2o_required.go +++ b/base_import_tests_models_m2o_required.go @@ -6,14 +6,14 @@ import ( // BaseImportTestsModelsM2ORequired represents base_import.tests.models.m2o.required model. type BaseImportTestsModelsM2ORequired struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Value *Many2One `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Value *Many2One `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsM2ORequireds represents array of base_import.tests.models.m2o.required model. diff --git a/base_import_tests_models_m2o_required_related.go b/base_import_tests_models_m2o_required_related.go index 43126933..d3653c86 100644 --- a/base_import_tests_models_m2o_required_related.go +++ b/base_import_tests_models_m2o_required_related.go @@ -6,14 +6,14 @@ import ( // BaseImportTestsModelsM2ORequiredRelated represents base_import.tests.models.m2o.required.related model. type BaseImportTestsModelsM2ORequiredRelated struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Value *Int `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Value *Int `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsM2ORequiredRelateds represents array of base_import.tests.models.m2o.required.related model. diff --git a/base_import_tests_models_o2m.go b/base_import_tests_models_o2m.go index 2ceab556..d781147a 100644 --- a/base_import_tests_models_o2m.go +++ b/base_import_tests_models_o2m.go @@ -6,14 +6,14 @@ import ( // BaseImportTestsModelsO2M represents base_import.tests.models.o2m model. type BaseImportTestsModelsO2M struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Value *Relation `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Value *Relation `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsO2Ms represents array of base_import.tests.models.o2m model. diff --git a/base_import_tests_models_o2m_child.go b/base_import_tests_models_o2m_child.go index 2d67b075..fc66fafc 100644 --- a/base_import_tests_models_o2m_child.go +++ b/base_import_tests_models_o2m_child.go @@ -6,15 +6,15 @@ import ( // BaseImportTestsModelsO2MChild represents base_import.tests.models.o2m.child model. type BaseImportTestsModelsO2MChild struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - Value *Int `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + Value *Int `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsO2MChilds represents array of base_import.tests.models.o2m.child model. diff --git a/base_import_tests_models_preview.go b/base_import_tests_models_preview.go index 818813ea..e622076f 100644 --- a/base_import_tests_models_preview.go +++ b/base_import_tests_models_preview.go @@ -6,16 +6,16 @@ import ( // BaseImportTestsModelsPreview represents base_import.tests.models.preview model. type BaseImportTestsModelsPreview struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Othervalue *Int `xmlrpc:"othervalue,omitempty"` - Somevalue *Int `xmlrpc:"somevalue,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Othervalue *Int `xmlrpc:"othervalue,omptempty"` + Somevalue *Int `xmlrpc:"somevalue,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseImportTestsModelsPreviews represents array of base_import.tests.models.preview model. diff --git a/base_language_export.go b/base_language_export.go index 107c4d43..9fcbc93e 100644 --- a/base_language_export.go +++ b/base_language_export.go @@ -6,19 +6,19 @@ import ( // BaseLanguageExport represents base.language.export model. type BaseLanguageExport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Data *String `xmlrpc:"data,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Format *Selection `xmlrpc:"format,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Lang *Selection `xmlrpc:"lang,omitempty"` - Modules *Relation `xmlrpc:"modules,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Data *String `xmlrpc:"data,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Format *Selection `xmlrpc:"format,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Lang *Selection `xmlrpc:"lang,omptempty"` + Modules *Relation `xmlrpc:"modules,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseLanguageExports represents array of base.language.export model. diff --git a/base_language_import.go b/base_language_import.go index c0fcec0c..d6dac717 100644 --- a/base_language_import.go +++ b/base_language_import.go @@ -6,18 +6,18 @@ import ( // BaseLanguageImport represents base.language.import model. type BaseLanguageImport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Data *String `xmlrpc:"data,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Filename *String `xmlrpc:"filename,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Overwrite *Bool `xmlrpc:"overwrite,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Data *String `xmlrpc:"data,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Filename *String `xmlrpc:"filename,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Overwrite *Bool `xmlrpc:"overwrite,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseLanguageImports represents array of base.language.import model. diff --git a/base_language_install.go b/base_language_install.go index 5eb6bd12..05eee4b1 100644 --- a/base_language_install.go +++ b/base_language_install.go @@ -6,16 +6,16 @@ import ( // BaseLanguageInstall represents base.language.install model. type BaseLanguageInstall struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Lang *Selection `xmlrpc:"lang,omitempty"` - Overwrite *Bool `xmlrpc:"overwrite,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Lang *Selection `xmlrpc:"lang,omptempty"` + Overwrite *Bool `xmlrpc:"overwrite,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseLanguageInstalls represents array of base.language.install model. diff --git a/base_module_uninstall.go b/base_module_uninstall.go index 9c50598f..a611f69c 100644 --- a/base_module_uninstall.go +++ b/base_module_uninstall.go @@ -6,17 +6,17 @@ import ( // BaseModuleUninstall represents base.module.uninstall model. type BaseModuleUninstall struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ModelIds *Relation `xmlrpc:"model_ids,omitempty"` - ModuleId *Many2One `xmlrpc:"module_id,omitempty"` - ModuleIds *Relation `xmlrpc:"module_ids,omitempty"` - ShowAll *Bool `xmlrpc:"show_all,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ModelIds *Relation `xmlrpc:"model_ids,omptempty"` + ModuleId *Many2One `xmlrpc:"module_id,omptempty"` + ModuleIds *Relation `xmlrpc:"module_ids,omptempty"` + ShowAll *Bool `xmlrpc:"show_all,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseModuleUninstalls represents array of base.module.uninstall model. diff --git a/base_module_update.go b/base_module_update.go index 397cdd6d..06b24ac9 100644 --- a/base_module_update.go +++ b/base_module_update.go @@ -6,16 +6,16 @@ import ( // BaseModuleUpdate represents base.module.update model. type BaseModuleUpdate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Added *Int `xmlrpc:"added,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - Updated *Int `xmlrpc:"updated,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Added *Int `xmlrpc:"added,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + Updated *Int `xmlrpc:"updated,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseModuleUpdates represents array of base.module.update model. diff --git a/base_module_upgrade.go b/base_module_upgrade.go index c01aa97c..34139ed1 100644 --- a/base_module_upgrade.go +++ b/base_module_upgrade.go @@ -6,14 +6,14 @@ import ( // BaseModuleUpgrade represents base.module.upgrade model. type BaseModuleUpgrade struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ModuleInfo *String `xmlrpc:"module_info,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ModuleInfo *String `xmlrpc:"module_info,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseModuleUpgrades represents array of base.module.upgrade model. diff --git a/base_partner_merge_automatic_wizard.go b/base_partner_merge_automatic_wizard.go index 534d592c..e01d542e 100644 --- a/base_partner_merge_automatic_wizard.go +++ b/base_partner_merge_automatic_wizard.go @@ -6,27 +6,27 @@ import ( // BasePartnerMergeAutomaticWizard represents base.partner.merge.automatic.wizard model. type BasePartnerMergeAutomaticWizard struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrentLineId *Many2One `xmlrpc:"current_line_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - DstPartnerId *Many2One `xmlrpc:"dst_partner_id,omitempty"` - ExcludeContact *Bool `xmlrpc:"exclude_contact,omitempty"` - ExcludeJournalItem *Bool `xmlrpc:"exclude_journal_item,omitempty"` - GroupByEmail *Bool `xmlrpc:"group_by_email,omitempty"` - GroupByIsCompany *Bool `xmlrpc:"group_by_is_company,omitempty"` - GroupByName *Bool `xmlrpc:"group_by_name,omitempty"` - GroupByParentId *Bool `xmlrpc:"group_by_parent_id,omitempty"` - GroupByVat *Bool `xmlrpc:"group_by_vat,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LineIds *Relation `xmlrpc:"line_ids,omitempty"` - MaximumGroup *Int `xmlrpc:"maximum_group,omitempty"` - NumberGroup *Int `xmlrpc:"number_group,omitempty"` - PartnerIds *Relation `xmlrpc:"partner_ids,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrentLineId *Many2One `xmlrpc:"current_line_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + DstPartnerId *Many2One `xmlrpc:"dst_partner_id,omptempty"` + ExcludeContact *Bool `xmlrpc:"exclude_contact,omptempty"` + ExcludeJournalItem *Bool `xmlrpc:"exclude_journal_item,omptempty"` + GroupByEmail *Bool `xmlrpc:"group_by_email,omptempty"` + GroupByIsCompany *Bool `xmlrpc:"group_by_is_company,omptempty"` + GroupByName *Bool `xmlrpc:"group_by_name,omptempty"` + GroupByParentId *Bool `xmlrpc:"group_by_parent_id,omptempty"` + GroupByVat *Bool `xmlrpc:"group_by_vat,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LineIds *Relation `xmlrpc:"line_ids,omptempty"` + MaximumGroup *Int `xmlrpc:"maximum_group,omptempty"` + NumberGroup *Int `xmlrpc:"number_group,omptempty"` + PartnerIds *Relation `xmlrpc:"partner_ids,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BasePartnerMergeAutomaticWizards represents array of base.partner.merge.automatic.wizard model. diff --git a/base_partner_merge_line.go b/base_partner_merge_line.go index 32a9aab7..ceaeb95b 100644 --- a/base_partner_merge_line.go +++ b/base_partner_merge_line.go @@ -6,16 +6,16 @@ import ( // BasePartnerMergeLine represents base.partner.merge.line model. type BasePartnerMergeLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AggrIds *String `xmlrpc:"aggr_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MinId *Int `xmlrpc:"min_id,omitempty"` - WizardId *Many2One `xmlrpc:"wizard_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AggrIds *String `xmlrpc:"aggr_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MinId *Int `xmlrpc:"min_id,omptempty"` + WizardId *Many2One `xmlrpc:"wizard_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BasePartnerMergeLines represents array of base.partner.merge.line model. diff --git a/base_update_translations.go b/base_update_translations.go index b352c9d8..1069024d 100644 --- a/base_update_translations.go +++ b/base_update_translations.go @@ -6,14 +6,14 @@ import ( // BaseUpdateTranslations represents base.update.translations model. type BaseUpdateTranslations struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Lang *Selection `xmlrpc:"lang,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Lang *Selection `xmlrpc:"lang,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BaseUpdateTranslationss represents array of base.update.translations model. diff --git a/board_board.go b/board_board.go index 181acded..33138cb1 100644 --- a/board_board.go +++ b/board_board.go @@ -6,9 +6,9 @@ import ( // BoardBoard represents board.board model. type BoardBoard struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // BoardBoards represents array of board.board model. diff --git a/bus_bus.go b/bus_bus.go index 7a2db90b..e6234b4c 100644 --- a/bus_bus.go +++ b/bus_bus.go @@ -6,15 +6,15 @@ import ( // BusBus represents bus.bus model. type BusBus struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Channel *String `xmlrpc:"channel,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Message *String `xmlrpc:"message,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Channel *String `xmlrpc:"channel,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Message *String `xmlrpc:"message,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // BusBuss represents array of bus.bus model. diff --git a/bus_presence.go b/bus_presence.go index cd0bccb9..be87aa6e 100644 --- a/bus_presence.go +++ b/bus_presence.go @@ -6,13 +6,13 @@ import ( // BusPresence represents bus.presence model. type BusPresence struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LastPoll *Time `xmlrpc:"last_poll,omitempty"` - LastPresence *Time `xmlrpc:"last_presence,omitempty"` - Status *Selection `xmlrpc:"status,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LastPoll *Time `xmlrpc:"last_poll,omptempty"` + LastPresence *Time `xmlrpc:"last_presence,omptempty"` + Status *Selection `xmlrpc:"status,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` } // BusPresences represents array of bus.presence model. diff --git a/calendar_alarm.go b/calendar_alarm.go index 505b0c01..f14da386 100644 --- a/calendar_alarm.go +++ b/calendar_alarm.go @@ -6,18 +6,18 @@ import ( // CalendarAlarm represents calendar.alarm model. type CalendarAlarm struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Duration *Int `xmlrpc:"duration,omitempty"` - DurationMinutes *Int `xmlrpc:"duration_minutes,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Interval *Selection `xmlrpc:"interval,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Duration *Int `xmlrpc:"duration,omptempty"` + DurationMinutes *Int `xmlrpc:"duration_minutes,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Interval *Selection `xmlrpc:"interval,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CalendarAlarms represents array of calendar.alarm model. diff --git a/calendar_alarm_manager.go b/calendar_alarm_manager.go index 3d0864b1..2b6bd36a 100644 --- a/calendar_alarm_manager.go +++ b/calendar_alarm_manager.go @@ -6,9 +6,9 @@ import ( // CalendarAlarmManager represents calendar.alarm_manager model. type CalendarAlarmManager struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // CalendarAlarmManagers represents array of calendar.alarm_manager model. diff --git a/calendar_attendee.go b/calendar_attendee.go index 97994bd7..6da3d0a0 100644 --- a/calendar_attendee.go +++ b/calendar_attendee.go @@ -6,20 +6,20 @@ import ( // CalendarAttendee represents calendar.attendee model. type CalendarAttendee struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccessToken *String `xmlrpc:"access_token,omitempty"` - Availability *Selection `xmlrpc:"availability,omitempty"` - CommonName *String `xmlrpc:"common_name,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Email *String `xmlrpc:"email,omitempty"` - EventId *Many2One `xmlrpc:"event_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccessToken *String `xmlrpc:"access_token,omptempty"` + Availability *Selection `xmlrpc:"availability,omptempty"` + CommonName *String `xmlrpc:"common_name,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Email *String `xmlrpc:"email,omptempty"` + EventId *Many2One `xmlrpc:"event_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CalendarAttendees represents array of calendar.attendee model. diff --git a/calendar_contacts.go b/calendar_contacts.go index 77c58dfe..7a42c54b 100644 --- a/calendar_contacts.go +++ b/calendar_contacts.go @@ -6,16 +6,16 @@ import ( // CalendarContacts represents calendar.contacts model. type CalendarContacts struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CalendarContactss represents array of calendar.contacts model. diff --git a/calendar_event.go b/calendar_event.go index 0b0eb540..02d897ad 100644 --- a/calendar_event.go +++ b/calendar_event.go @@ -6,75 +6,75 @@ import ( // CalendarEvent represents calendar.event model. type CalendarEvent struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - AlarmIds *Relation `xmlrpc:"alarm_ids,omitempty"` - Allday *Bool `xmlrpc:"allday,omitempty"` - AttendeeIds *Relation `xmlrpc:"attendee_ids,omitempty"` - AttendeeStatus *Selection `xmlrpc:"attendee_status,omitempty"` - Byday *Selection `xmlrpc:"byday,omitempty"` - CategIds *Relation `xmlrpc:"categ_ids,omitempty"` - Count *Int `xmlrpc:"count,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Day *Int `xmlrpc:"day,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - DisplayStart *String `xmlrpc:"display_start,omitempty"` - DisplayTime *String `xmlrpc:"display_time,omitempty"` - Duration *Float `xmlrpc:"duration,omitempty"` - EndType *Selection `xmlrpc:"end_type,omitempty"` - FinalDate *Time `xmlrpc:"final_date,omitempty"` - Fr *Bool `xmlrpc:"fr,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Interval *Int `xmlrpc:"interval,omitempty"` - IsAttendee *Bool `xmlrpc:"is_attendee,omitempty"` - IsHighlighted *Bool `xmlrpc:"is_highlighted,omitempty"` - Location *String `xmlrpc:"location,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Mo *Bool `xmlrpc:"mo,omitempty"` - MonthBy *Selection `xmlrpc:"month_by,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OpportunityId *Many2One `xmlrpc:"opportunity_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PartnerIds *Relation `xmlrpc:"partner_ids,omitempty"` - Privacy *Selection `xmlrpc:"privacy,omitempty"` - Recurrency *Bool `xmlrpc:"recurrency,omitempty"` - RecurrentId *Int `xmlrpc:"recurrent_id,omitempty"` - RecurrentIdDate *Time `xmlrpc:"recurrent_id_date,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - ResModel *String `xmlrpc:"res_model,omitempty"` - ResModelId *Many2One `xmlrpc:"res_model_id,omitempty"` - Rrule *String `xmlrpc:"rrule,omitempty"` - RruleType *Selection `xmlrpc:"rrule_type,omitempty"` - Sa *Bool `xmlrpc:"sa,omitempty"` - ShowAs *Selection `xmlrpc:"show_as,omitempty"` - Start *Time `xmlrpc:"start,omitempty"` - StartDate *Time `xmlrpc:"start_date,omitempty"` - StartDatetime *Time `xmlrpc:"start_datetime,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - Stop *Time `xmlrpc:"stop,omitempty"` - StopDate *Time `xmlrpc:"stop_date,omitempty"` - StopDatetime *Time `xmlrpc:"stop_datetime,omitempty"` - Su *Bool `xmlrpc:"su,omitempty"` - Th *Bool `xmlrpc:"th,omitempty"` - Tu *Bool `xmlrpc:"tu,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - We *Bool `xmlrpc:"we,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WeekList *Selection `xmlrpc:"week_list,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + AlarmIds *Relation `xmlrpc:"alarm_ids,omptempty"` + Allday *Bool `xmlrpc:"allday,omptempty"` + AttendeeIds *Relation `xmlrpc:"attendee_ids,omptempty"` + AttendeeStatus *Selection `xmlrpc:"attendee_status,omptempty"` + Byday *Selection `xmlrpc:"byday,omptempty"` + CategIds *Relation `xmlrpc:"categ_ids,omptempty"` + Count *Int `xmlrpc:"count,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Day *Int `xmlrpc:"day,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + DisplayStart *String `xmlrpc:"display_start,omptempty"` + DisplayTime *String `xmlrpc:"display_time,omptempty"` + Duration *Float `xmlrpc:"duration,omptempty"` + EndType *Selection `xmlrpc:"end_type,omptempty"` + FinalDate *Time `xmlrpc:"final_date,omptempty"` + Fr *Bool `xmlrpc:"fr,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Interval *Int `xmlrpc:"interval,omptempty"` + IsAttendee *Bool `xmlrpc:"is_attendee,omptempty"` + IsHighlighted *Bool `xmlrpc:"is_highlighted,omptempty"` + Location *String `xmlrpc:"location,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Mo *Bool `xmlrpc:"mo,omptempty"` + MonthBy *Selection `xmlrpc:"month_by,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OpportunityId *Many2One `xmlrpc:"opportunity_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PartnerIds *Relation `xmlrpc:"partner_ids,omptempty"` + Privacy *Selection `xmlrpc:"privacy,omptempty"` + Recurrency *Bool `xmlrpc:"recurrency,omptempty"` + RecurrentId *Int `xmlrpc:"recurrent_id,omptempty"` + RecurrentIdDate *Time `xmlrpc:"recurrent_id_date,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + ResModel *String `xmlrpc:"res_model,omptempty"` + ResModelId *Many2One `xmlrpc:"res_model_id,omptempty"` + Rrule *String `xmlrpc:"rrule,omptempty"` + RruleType *Selection `xmlrpc:"rrule_type,omptempty"` + Sa *Bool `xmlrpc:"sa,omptempty"` + ShowAs *Selection `xmlrpc:"show_as,omptempty"` + Start *Time `xmlrpc:"start,omptempty"` + StartDate *Time `xmlrpc:"start_date,omptempty"` + StartDatetime *Time `xmlrpc:"start_datetime,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + Stop *Time `xmlrpc:"stop,omptempty"` + StopDate *Time `xmlrpc:"stop_date,omptempty"` + StopDatetime *Time `xmlrpc:"stop_datetime,omptempty"` + Su *Bool `xmlrpc:"su,omptempty"` + Th *Bool `xmlrpc:"th,omptempty"` + Tu *Bool `xmlrpc:"tu,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + We *Bool `xmlrpc:"we,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WeekList *Selection `xmlrpc:"week_list,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CalendarEvents represents array of calendar.event model. diff --git a/calendar_event_type.go b/calendar_event_type.go index ca6a8d62..aaa029ec 100644 --- a/calendar_event_type.go +++ b/calendar_event_type.go @@ -6,14 +6,14 @@ import ( // CalendarEventType represents calendar.event.type model. type CalendarEventType struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CalendarEventTypes represents array of calendar.event.type model. diff --git a/cash_box_in.go b/cash_box_in.go index ba00c893..ba31a96d 100644 --- a/cash_box_in.go +++ b/cash_box_in.go @@ -6,16 +6,16 @@ import ( // CashBoxIn represents cash.box.in model. type CashBoxIn struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Ref *String `xmlrpc:"ref,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Ref *String `xmlrpc:"ref,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CashBoxIns represents array of cash.box.in model. diff --git a/cash_box_out.go b/cash_box_out.go index ad08e3bd..a5167c3f 100644 --- a/cash_box_out.go +++ b/cash_box_out.go @@ -6,15 +6,15 @@ import ( // CashBoxOut represents cash.box.out model. type CashBoxOut struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CashBoxOuts represents array of cash.box.out model. diff --git a/change_password_user.go b/change_password_user.go index c828560e..764a4999 100644 --- a/change_password_user.go +++ b/change_password_user.go @@ -6,17 +6,17 @@ import ( // ChangePasswordUser represents change.password.user model. type ChangePasswordUser struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - NewPasswd *String `xmlrpc:"new_passwd,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - UserLogin *String `xmlrpc:"user_login,omitempty"` - WizardId *Many2One `xmlrpc:"wizard_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + NewPasswd *String `xmlrpc:"new_passwd,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + UserLogin *String `xmlrpc:"user_login,omptempty"` + WizardId *Many2One `xmlrpc:"wizard_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ChangePasswordUsers represents array of change.password.user model. diff --git a/change_password_wizard.go b/change_password_wizard.go index ff778d8d..22408e37 100644 --- a/change_password_wizard.go +++ b/change_password_wizard.go @@ -6,14 +6,14 @@ import ( // ChangePasswordWizard represents change.password.wizard model. type ChangePasswordWizard struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - UserIds *Relation `xmlrpc:"user_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + UserIds *Relation `xmlrpc:"user_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ChangePasswordWizards represents array of change.password.wizard model. diff --git a/crm_activity_report.go b/crm_activity_report.go index dd3eb5ff..36a0aa86 100644 --- a/crm_activity_report.go +++ b/crm_activity_report.go @@ -6,24 +6,24 @@ import ( // CrmActivityReport represents crm.activity.report model. type CrmActivityReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - AuthorId *Many2One `xmlrpc:"author_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LeadId *Many2One `xmlrpc:"lead_id,omitempty"` - LeadType *String `xmlrpc:"lead_type,omitempty"` - MailActivityTypeId *Many2One `xmlrpc:"mail_activity_type_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - Probability *Float `xmlrpc:"probability,omitempty"` - StageId *Many2One `xmlrpc:"stage_id,omitempty"` - Subject *String `xmlrpc:"subject,omitempty"` - SubtypeId *Many2One `xmlrpc:"subtype_id,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + AuthorId *Many2One `xmlrpc:"author_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LeadId *Many2One `xmlrpc:"lead_id,omptempty"` + LeadType *String `xmlrpc:"lead_type,omptempty"` + MailActivityTypeId *Many2One `xmlrpc:"mail_activity_type_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + Probability *Float `xmlrpc:"probability,omptempty"` + StageId *Many2One `xmlrpc:"stage_id,omptempty"` + Subject *String `xmlrpc:"subject,omptempty"` + SubtypeId *Many2One `xmlrpc:"subtype_id,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` } // CrmActivityReports represents array of crm.activity.report model. diff --git a/crm_lead.go b/crm_lead.go index 11bc9bbd..f49da5eb 100644 --- a/crm_lead.go +++ b/crm_lead.go @@ -6,85 +6,85 @@ import ( // CrmLead represents crm.lead model. type CrmLead struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - ActivityState *Selection `xmlrpc:"activity_state,omitempty"` - ActivitySummary *String `xmlrpc:"activity_summary,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - ActivityUserId *Many2One `xmlrpc:"activity_user_id,omitempty"` - CampaignId *Many2One `xmlrpc:"campaign_id,omitempty"` - City *String `xmlrpc:"city,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CompanyCurrency *Many2One `xmlrpc:"company_currency,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - ContactName *String `xmlrpc:"contact_name,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateActionLast *Time `xmlrpc:"date_action_last,omitempty"` - DateClosed *Time `xmlrpc:"date_closed,omitempty"` - DateConversion *Time `xmlrpc:"date_conversion,omitempty"` - DateDeadline *Time `xmlrpc:"date_deadline,omitempty"` - DateLastStageUpdate *Time `xmlrpc:"date_last_stage_update,omitempty"` - DateOpen *Time `xmlrpc:"date_open,omitempty"` - DayClose *Float `xmlrpc:"day_close,omitempty"` - DayOpen *Float `xmlrpc:"day_open,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmailCc *String `xmlrpc:"email_cc,omitempty"` - EmailFrom *String `xmlrpc:"email_from,omitempty"` - Function *String `xmlrpc:"function,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - KanbanState *Selection `xmlrpc:"kanban_state,omitempty"` - LostReason *Many2One `xmlrpc:"lost_reason,omitempty"` - MachineLeadName *String `xmlrpc:"machine_lead_name,omitempty"` - MediumId *Many2One `xmlrpc:"medium_id,omitempty"` - MeetingCount *Int `xmlrpc:"meeting_count,omitempty"` - MessageBounce *Int `xmlrpc:"message_bounce,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Mobile *String `xmlrpc:"mobile,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OptOut *Bool `xmlrpc:"opt_out,omitempty"` - OrderIds *Relation `xmlrpc:"order_ids,omitempty"` - PartnerAddressEmail *String `xmlrpc:"partner_address_email,omitempty"` - PartnerAddressName *String `xmlrpc:"partner_address_name,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PartnerName *String `xmlrpc:"partner_name,omitempty"` - Phone *String `xmlrpc:"phone,omitempty"` - PlannedRevenue *Float `xmlrpc:"planned_revenue,omitempty"` - Priority *Selection `xmlrpc:"priority,omitempty"` - Probability *Float `xmlrpc:"probability,omitempty"` - Referred *String `xmlrpc:"referred,omitempty"` - SaleAmountTotal *Float `xmlrpc:"sale_amount_total,omitempty"` - SaleNumber *Int `xmlrpc:"sale_number,omitempty"` - SourceId *Many2One `xmlrpc:"source_id,omitempty"` - StageId *Many2One `xmlrpc:"stage_id,omitempty"` - StateId *Many2One `xmlrpc:"state_id,omitempty"` - Street *String `xmlrpc:"street,omitempty"` - Street2 *String `xmlrpc:"street2,omitempty"` - TagIds *Relation `xmlrpc:"tag_ids,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - Title *Many2One `xmlrpc:"title,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - UserEmail *String `xmlrpc:"user_email,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - UserLogin *String `xmlrpc:"user_login,omitempty"` - Website *String `xmlrpc:"website,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - Zip *String `xmlrpc:"zip,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + ActivityState *Selection `xmlrpc:"activity_state,omptempty"` + ActivitySummary *String `xmlrpc:"activity_summary,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + ActivityUserId *Many2One `xmlrpc:"activity_user_id,omptempty"` + CampaignId *Many2One `xmlrpc:"campaign_id,omptempty"` + City *String `xmlrpc:"city,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CompanyCurrency *Many2One `xmlrpc:"company_currency,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + ContactName *String `xmlrpc:"contact_name,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateActionLast *Time `xmlrpc:"date_action_last,omptempty"` + DateClosed *Time `xmlrpc:"date_closed,omptempty"` + DateConversion *Time `xmlrpc:"date_conversion,omptempty"` + DateDeadline *Time `xmlrpc:"date_deadline,omptempty"` + DateLastStageUpdate *Time `xmlrpc:"date_last_stage_update,omptempty"` + DateOpen *Time `xmlrpc:"date_open,omptempty"` + DayClose *Float `xmlrpc:"day_close,omptempty"` + DayOpen *Float `xmlrpc:"day_open,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmailCc *String `xmlrpc:"email_cc,omptempty"` + EmailFrom *String `xmlrpc:"email_from,omptempty"` + Function *String `xmlrpc:"function,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + KanbanState *Selection `xmlrpc:"kanban_state,omptempty"` + LostReason *Many2One `xmlrpc:"lost_reason,omptempty"` + MachineLeadName *String `xmlrpc:"machine_lead_name,omptempty"` + MediumId *Many2One `xmlrpc:"medium_id,omptempty"` + MeetingCount *Int `xmlrpc:"meeting_count,omptempty"` + MessageBounce *Int `xmlrpc:"message_bounce,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Mobile *String `xmlrpc:"mobile,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OptOut *Bool `xmlrpc:"opt_out,omptempty"` + OrderIds *Relation `xmlrpc:"order_ids,omptempty"` + PartnerAddressEmail *String `xmlrpc:"partner_address_email,omptempty"` + PartnerAddressName *String `xmlrpc:"partner_address_name,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PartnerName *String `xmlrpc:"partner_name,omptempty"` + Phone *String `xmlrpc:"phone,omptempty"` + PlannedRevenue *Float `xmlrpc:"planned_revenue,omptempty"` + Priority *Selection `xmlrpc:"priority,omptempty"` + Probability *Float `xmlrpc:"probability,omptempty"` + Referred *String `xmlrpc:"referred,omptempty"` + SaleAmountTotal *Float `xmlrpc:"sale_amount_total,omptempty"` + SaleNumber *Int `xmlrpc:"sale_number,omptempty"` + SourceId *Many2One `xmlrpc:"source_id,omptempty"` + StageId *Many2One `xmlrpc:"stage_id,omptempty"` + StateId *Many2One `xmlrpc:"state_id,omptempty"` + Street *String `xmlrpc:"street,omptempty"` + Street2 *String `xmlrpc:"street2,omptempty"` + TagIds *Relation `xmlrpc:"tag_ids,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + Title *Many2One `xmlrpc:"title,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + UserEmail *String `xmlrpc:"user_email,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + UserLogin *String `xmlrpc:"user_login,omptempty"` + Website *String `xmlrpc:"website,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + Zip *String `xmlrpc:"zip,omptempty"` } // CrmLeads represents array of crm.lead model. diff --git a/crm_lead2opportunity_partner.go b/crm_lead2opportunity_partner.go index e283b1b4..906757ea 100644 --- a/crm_lead2opportunity_partner.go +++ b/crm_lead2opportunity_partner.go @@ -6,19 +6,19 @@ import ( // CrmLead2OpportunityPartner represents crm.lead2opportunity.partner model. type CrmLead2OpportunityPartner struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Action *Selection `xmlrpc:"action,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *Selection `xmlrpc:"name,omitempty"` - OpportunityIds *Relation `xmlrpc:"opportunity_ids,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Action *Selection `xmlrpc:"action,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *Selection `xmlrpc:"name,omptempty"` + OpportunityIds *Relation `xmlrpc:"opportunity_ids,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CrmLead2OpportunityPartners represents array of crm.lead2opportunity.partner model. diff --git a/crm_lead2opportunity_partner_mass.go b/crm_lead2opportunity_partner_mass.go index c48d7d05..e0af3098 100644 --- a/crm_lead2opportunity_partner_mass.go +++ b/crm_lead2opportunity_partner_mass.go @@ -6,22 +6,22 @@ import ( // CrmLead2OpportunityPartnerMass represents crm.lead2opportunity.partner.mass model. type CrmLead2OpportunityPartnerMass struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Action *Selection `xmlrpc:"action,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Deduplicate *Bool `xmlrpc:"deduplicate,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - ForceAssignation *Bool `xmlrpc:"force_assignation,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *Selection `xmlrpc:"name,omitempty"` - OpportunityIds *Relation `xmlrpc:"opportunity_ids,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - UserIds *Relation `xmlrpc:"user_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Action *Selection `xmlrpc:"action,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Deduplicate *Bool `xmlrpc:"deduplicate,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + ForceAssignation *Bool `xmlrpc:"force_assignation,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *Selection `xmlrpc:"name,omptempty"` + OpportunityIds *Relation `xmlrpc:"opportunity_ids,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + UserIds *Relation `xmlrpc:"user_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CrmLead2OpportunityPartnerMasss represents array of crm.lead2opportunity.partner.mass model. diff --git a/crm_lead_lost.go b/crm_lead_lost.go index c2536dab..e8e48d86 100644 --- a/crm_lead_lost.go +++ b/crm_lead_lost.go @@ -6,14 +6,14 @@ import ( // CrmLeadLost represents crm.lead.lost model. type CrmLeadLost struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LostReasonId *Many2One `xmlrpc:"lost_reason_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LostReasonId *Many2One `xmlrpc:"lost_reason_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CrmLeadLosts represents array of crm.lead.lost model. diff --git a/crm_lead_tag.go b/crm_lead_tag.go index 8d3eb566..64dbe258 100644 --- a/crm_lead_tag.go +++ b/crm_lead_tag.go @@ -6,15 +6,15 @@ import ( // CrmLeadTag represents crm.lead.tag model. type CrmLeadTag struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CrmLeadTags represents array of crm.lead.tag model. diff --git a/crm_lost_reason.go b/crm_lost_reason.go index a96529ae..efeda115 100644 --- a/crm_lost_reason.go +++ b/crm_lost_reason.go @@ -6,15 +6,15 @@ import ( // CrmLostReason represents crm.lost.reason model. type CrmLostReason struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CrmLostReasons represents array of crm.lost.reason model. diff --git a/crm_merge_opportunity.go b/crm_merge_opportunity.go index 95596041..a4f9db73 100644 --- a/crm_merge_opportunity.go +++ b/crm_merge_opportunity.go @@ -6,16 +6,16 @@ import ( // CrmMergeOpportunity represents crm.merge.opportunity model. type CrmMergeOpportunity struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - OpportunityIds *Relation `xmlrpc:"opportunity_ids,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + OpportunityIds *Relation `xmlrpc:"opportunity_ids,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CrmMergeOpportunitys represents array of crm.merge.opportunity model. diff --git a/crm_opportunity_report.go b/crm_opportunity_report.go index 69953bcd..6a7f2f85 100644 --- a/crm_opportunity_report.go +++ b/crm_opportunity_report.go @@ -6,37 +6,37 @@ import ( // CrmOpportunityReport represents crm.opportunity.report model. type CrmOpportunityReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CampaignId *Many2One `xmlrpc:"campaign_id,omitempty"` - City *String `xmlrpc:"city,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - DateClosed *Time `xmlrpc:"date_closed,omitempty"` - DateConversion *Time `xmlrpc:"date_conversion,omitempty"` - DateDeadline *Time `xmlrpc:"date_deadline,omitempty"` - DateLastStageUpdate *Time `xmlrpc:"date_last_stage_update,omitempty"` - DelayClose *Float `xmlrpc:"delay_close,omitempty"` - DelayExpected *Float `xmlrpc:"delay_expected,omitempty"` - DelayOpen *Float `xmlrpc:"delay_open,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - ExpectedRevenue *Float `xmlrpc:"expected_revenue,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LostReason *Many2One `xmlrpc:"lost_reason,omitempty"` - MediumId *Many2One `xmlrpc:"medium_id,omitempty"` - NbrActivities *Int `xmlrpc:"nbr_activities,omitempty"` - OpeningDate *Time `xmlrpc:"opening_date,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - Priority *Selection `xmlrpc:"priority,omitempty"` - Probability *Float `xmlrpc:"probability,omitempty"` - SourceId *Many2One `xmlrpc:"source_id,omitempty"` - StageId *Many2One `xmlrpc:"stage_id,omitempty"` - StageName *String `xmlrpc:"stage_name,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - TotalRevenue *Float `xmlrpc:"total_revenue,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CampaignId *Many2One `xmlrpc:"campaign_id,omptempty"` + City *String `xmlrpc:"city,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + DateClosed *Time `xmlrpc:"date_closed,omptempty"` + DateConversion *Time `xmlrpc:"date_conversion,omptempty"` + DateDeadline *Time `xmlrpc:"date_deadline,omptempty"` + DateLastStageUpdate *Time `xmlrpc:"date_last_stage_update,omptempty"` + DelayClose *Float `xmlrpc:"delay_close,omptempty"` + DelayExpected *Float `xmlrpc:"delay_expected,omptempty"` + DelayOpen *Float `xmlrpc:"delay_open,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + ExpectedRevenue *Float `xmlrpc:"expected_revenue,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LostReason *Many2One `xmlrpc:"lost_reason,omptempty"` + MediumId *Many2One `xmlrpc:"medium_id,omptempty"` + NbrActivities *Int `xmlrpc:"nbr_activities,omptempty"` + OpeningDate *Time `xmlrpc:"opening_date,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + Priority *Selection `xmlrpc:"priority,omptempty"` + Probability *Float `xmlrpc:"probability,omptempty"` + SourceId *Many2One `xmlrpc:"source_id,omptempty"` + StageId *Many2One `xmlrpc:"stage_id,omptempty"` + StageName *String `xmlrpc:"stage_name,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + TotalRevenue *Float `xmlrpc:"total_revenue,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` } // CrmOpportunityReports represents array of crm.opportunity.report model. diff --git a/crm_partner_binding.go b/crm_partner_binding.go index d6cda79b..844af941 100644 --- a/crm_partner_binding.go +++ b/crm_partner_binding.go @@ -6,15 +6,15 @@ import ( // CrmPartnerBinding represents crm.partner.binding model. type CrmPartnerBinding struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Action *Selection `xmlrpc:"action,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Action *Selection `xmlrpc:"action,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CrmPartnerBindings represents array of crm.partner.binding model. diff --git a/crm_stage.go b/crm_stage.go index d8ef9a2c..8fbbcd5b 100644 --- a/crm_stage.go +++ b/crm_stage.go @@ -6,21 +6,21 @@ import ( // CrmStage represents crm.stage model. type CrmStage struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Fold *Bool `xmlrpc:"fold,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LegendPriority *String `xmlrpc:"legend_priority,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OnChange *Bool `xmlrpc:"on_change,omitempty"` - Probability *Float `xmlrpc:"probability,omitempty"` - Requirements *String `xmlrpc:"requirements,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Fold *Bool `xmlrpc:"fold,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LegendPriority *String `xmlrpc:"legend_priority,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OnChange *Bool `xmlrpc:"on_change,omptempty"` + Probability *Float `xmlrpc:"probability,omptempty"` + Requirements *String `xmlrpc:"requirements,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CrmStages represents array of crm.stage model. diff --git a/crm_team.go b/crm_team.go index 9eebd3ce..e395f28a 100644 --- a/crm_team.go +++ b/crm_team.go @@ -6,65 +6,65 @@ import ( // CrmTeam represents crm.team model. type CrmTeam struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - AliasContact *Selection `xmlrpc:"alias_contact,omitempty"` - AliasDefaults *String `xmlrpc:"alias_defaults,omitempty"` - AliasDomain *String `xmlrpc:"alias_domain,omitempty"` - AliasForceThreadId *Int `xmlrpc:"alias_force_thread_id,omitempty"` - AliasId *Many2One `xmlrpc:"alias_id,omitempty"` - AliasModelId *Many2One `xmlrpc:"alias_model_id,omitempty"` - AliasName *String `xmlrpc:"alias_name,omitempty"` - AliasParentModelId *Many2One `xmlrpc:"alias_parent_model_id,omitempty"` - AliasParentThreadId *Int `xmlrpc:"alias_parent_thread_id,omitempty"` - AliasUserId *Many2One `xmlrpc:"alias_user_id,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DashboardButtonName *String `xmlrpc:"dashboard_button_name,omitempty"` - DashboardGraphData *String `xmlrpc:"dashboard_graph_data,omitempty"` - DashboardGraphGroup *Selection `xmlrpc:"dashboard_graph_group,omitempty"` - DashboardGraphGroupPipeline *Selection `xmlrpc:"dashboard_graph_group_pipeline,omitempty"` - DashboardGraphModel *Selection `xmlrpc:"dashboard_graph_model,omitempty"` - DashboardGraphPeriod *Selection `xmlrpc:"dashboard_graph_period,omitempty"` - DashboardGraphPeriodPipeline *Selection `xmlrpc:"dashboard_graph_period_pipeline,omitempty"` - DashboardGraphType *Selection `xmlrpc:"dashboard_graph_type,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FavoriteUserIds *Relation `xmlrpc:"favorite_user_ids,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Invoiced *Int `xmlrpc:"invoiced,omitempty"` - InvoicedTarget *Int `xmlrpc:"invoiced_target,omitempty"` - IsFavorite *Bool `xmlrpc:"is_favorite,omitempty"` - MemberIds *Relation `xmlrpc:"member_ids,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OpportunitiesAmount *Int `xmlrpc:"opportunities_amount,omitempty"` - OpportunitiesCount *Int `xmlrpc:"opportunities_count,omitempty"` - QuotationsAmount *Int `xmlrpc:"quotations_amount,omitempty"` - QuotationsCount *Int `xmlrpc:"quotations_count,omitempty"` - ReplyTo *String `xmlrpc:"reply_to,omitempty"` - SalesToInvoiceCount *Int `xmlrpc:"sales_to_invoice_count,omitempty"` - TeamType *Selection `xmlrpc:"team_type,omitempty"` - UnassignedLeadsCount *Int `xmlrpc:"unassigned_leads_count,omitempty"` - UseInvoices *Bool `xmlrpc:"use_invoices,omitempty"` - UseLeads *Bool `xmlrpc:"use_leads,omitempty"` - UseOpportunities *Bool `xmlrpc:"use_opportunities,omitempty"` - UseQuotations *Bool `xmlrpc:"use_quotations,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + AliasContact *Selection `xmlrpc:"alias_contact,omptempty"` + AliasDefaults *String `xmlrpc:"alias_defaults,omptempty"` + AliasDomain *String `xmlrpc:"alias_domain,omptempty"` + AliasForceThreadId *Int `xmlrpc:"alias_force_thread_id,omptempty"` + AliasId *Many2One `xmlrpc:"alias_id,omptempty"` + AliasModelId *Many2One `xmlrpc:"alias_model_id,omptempty"` + AliasName *String `xmlrpc:"alias_name,omptempty"` + AliasParentModelId *Many2One `xmlrpc:"alias_parent_model_id,omptempty"` + AliasParentThreadId *Int `xmlrpc:"alias_parent_thread_id,omptempty"` + AliasUserId *Many2One `xmlrpc:"alias_user_id,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DashboardButtonName *String `xmlrpc:"dashboard_button_name,omptempty"` + DashboardGraphData *String `xmlrpc:"dashboard_graph_data,omptempty"` + DashboardGraphGroup *Selection `xmlrpc:"dashboard_graph_group,omptempty"` + DashboardGraphGroupPipeline *Selection `xmlrpc:"dashboard_graph_group_pipeline,omptempty"` + DashboardGraphModel *Selection `xmlrpc:"dashboard_graph_model,omptempty"` + DashboardGraphPeriod *Selection `xmlrpc:"dashboard_graph_period,omptempty"` + DashboardGraphPeriodPipeline *Selection `xmlrpc:"dashboard_graph_period_pipeline,omptempty"` + DashboardGraphType *Selection `xmlrpc:"dashboard_graph_type,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FavoriteUserIds *Relation `xmlrpc:"favorite_user_ids,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Invoiced *Int `xmlrpc:"invoiced,omptempty"` + InvoicedTarget *Int `xmlrpc:"invoiced_target,omptempty"` + IsFavorite *Bool `xmlrpc:"is_favorite,omptempty"` + MemberIds *Relation `xmlrpc:"member_ids,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OpportunitiesAmount *Int `xmlrpc:"opportunities_amount,omptempty"` + OpportunitiesCount *Int `xmlrpc:"opportunities_count,omptempty"` + QuotationsAmount *Int `xmlrpc:"quotations_amount,omptempty"` + QuotationsCount *Int `xmlrpc:"quotations_count,omptempty"` + ReplyTo *String `xmlrpc:"reply_to,omptempty"` + SalesToInvoiceCount *Int `xmlrpc:"sales_to_invoice_count,omptempty"` + TeamType *Selection `xmlrpc:"team_type,omptempty"` + UnassignedLeadsCount *Int `xmlrpc:"unassigned_leads_count,omptempty"` + UseInvoices *Bool `xmlrpc:"use_invoices,omptempty"` + UseLeads *Bool `xmlrpc:"use_leads,omptempty"` + UseOpportunities *Bool `xmlrpc:"use_opportunities,omptempty"` + UseQuotations *Bool `xmlrpc:"use_quotations,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // CrmTeams represents array of crm.team model. diff --git a/decimal_precision.go b/decimal_precision.go index b69a58da..8abc0d20 100644 --- a/decimal_precision.go +++ b/decimal_precision.go @@ -6,15 +6,15 @@ import ( // DecimalPrecision represents decimal.precision model. type DecimalPrecision struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Digits *Int `xmlrpc:"digits,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Digits *Int `xmlrpc:"digits,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // DecimalPrecisions represents array of decimal.precision model. diff --git a/decimal_precision_test.go b/decimal_precision_test.go index 8a35948f..9abad5ac 100644 --- a/decimal_precision_test.go +++ b/decimal_precision_test.go @@ -6,16 +6,16 @@ import ( // DecimalPrecisionTest represents decimal.precision.test model. type DecimalPrecisionTest struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Float *Float `xmlrpc:"float,omitempty"` - Float2 *Float `xmlrpc:"float_2,omitempty"` - Float4 *Float `xmlrpc:"float_4,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Float *Float `xmlrpc:"float,omptempty"` + Float2 *Float `xmlrpc:"float_2,omptempty"` + Float4 *Float `xmlrpc:"float_4,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // DecimalPrecisionTests represents array of decimal.precision.test model. diff --git a/email_template_preview.go b/email_template_preview.go index 91a272b1..f0c98e7e 100644 --- a/email_template_preview.go +++ b/email_template_preview.go @@ -6,40 +6,40 @@ import ( // EmailTemplatePreview represents email_template.preview model. type EmailTemplatePreview struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AttachmentIds *Relation `xmlrpc:"attachment_ids,omitempty"` - AutoDelete *Bool `xmlrpc:"auto_delete,omitempty"` - BodyHtml *String `xmlrpc:"body_html,omitempty"` - Copyvalue *String `xmlrpc:"copyvalue,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmailCc *String `xmlrpc:"email_cc,omitempty"` - EmailFrom *String `xmlrpc:"email_from,omitempty"` - EmailTo *String `xmlrpc:"email_to,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Lang *String `xmlrpc:"lang,omitempty"` - MailServerId *Many2One `xmlrpc:"mail_server_id,omitempty"` - Model *String `xmlrpc:"model,omitempty"` - ModelId *Many2One `xmlrpc:"model_id,omitempty"` - ModelObjectField *Many2One `xmlrpc:"model_object_field,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - NullValue *String `xmlrpc:"null_value,omitempty"` - PartnerIds *Relation `xmlrpc:"partner_ids,omitempty"` - PartnerTo *String `xmlrpc:"partner_to,omitempty"` - RefIrActWindow *Many2One `xmlrpc:"ref_ir_act_window,omitempty"` - ReplyTo *String `xmlrpc:"reply_to,omitempty"` - ReportName *String `xmlrpc:"report_name,omitempty"` - ReportTemplate *Many2One `xmlrpc:"report_template,omitempty"` - ResId *Selection `xmlrpc:"res_id,omitempty"` - ScheduledDate *String `xmlrpc:"scheduled_date,omitempty"` - SubModelObjectField *Many2One `xmlrpc:"sub_model_object_field,omitempty"` - SubObject *Many2One `xmlrpc:"sub_object,omitempty"` - Subject *String `xmlrpc:"subject,omitempty"` - UseDefaultTo *Bool `xmlrpc:"use_default_to,omitempty"` - UserSignature *Bool `xmlrpc:"user_signature,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AttachmentIds *Relation `xmlrpc:"attachment_ids,omptempty"` + AutoDelete *Bool `xmlrpc:"auto_delete,omptempty"` + BodyHtml *String `xmlrpc:"body_html,omptempty"` + Copyvalue *String `xmlrpc:"copyvalue,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmailCc *String `xmlrpc:"email_cc,omptempty"` + EmailFrom *String `xmlrpc:"email_from,omptempty"` + EmailTo *String `xmlrpc:"email_to,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Lang *String `xmlrpc:"lang,omptempty"` + MailServerId *Many2One `xmlrpc:"mail_server_id,omptempty"` + Model *String `xmlrpc:"model,omptempty"` + ModelId *Many2One `xmlrpc:"model_id,omptempty"` + ModelObjectField *Many2One `xmlrpc:"model_object_field,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + NullValue *String `xmlrpc:"null_value,omptempty"` + PartnerIds *Relation `xmlrpc:"partner_ids,omptempty"` + PartnerTo *String `xmlrpc:"partner_to,omptempty"` + RefIrActWindow *Many2One `xmlrpc:"ref_ir_act_window,omptempty"` + ReplyTo *String `xmlrpc:"reply_to,omptempty"` + ReportName *String `xmlrpc:"report_name,omptempty"` + ReportTemplate *Many2One `xmlrpc:"report_template,omptempty"` + ResId *Selection `xmlrpc:"res_id,omptempty"` + ScheduledDate *String `xmlrpc:"scheduled_date,omptempty"` + SubModelObjectField *Many2One `xmlrpc:"sub_model_object_field,omptempty"` + SubObject *Many2One `xmlrpc:"sub_object,omptempty"` + Subject *String `xmlrpc:"subject,omptempty"` + UseDefaultTo *Bool `xmlrpc:"use_default_to,omptempty"` + UserSignature *Bool `xmlrpc:"user_signature,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // EmailTemplatePreviews represents array of email_template.preview model. diff --git a/fetchmail_server.go b/fetchmail_server.go index f3cf9797..26316fea 100644 --- a/fetchmail_server.go +++ b/fetchmail_server.go @@ -6,31 +6,31 @@ import ( // FetchmailServer represents fetchmail.server model. type FetchmailServer struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ActionId *Many2One `xmlrpc:"action_id,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Attach *Bool `xmlrpc:"attach,omitempty"` - Configuration *String `xmlrpc:"configuration,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IsSsl *Bool `xmlrpc:"is_ssl,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ObjectId *Many2One `xmlrpc:"object_id,omitempty"` - Original *Bool `xmlrpc:"original,omitempty"` - Password *String `xmlrpc:"password,omitempty"` - Port *Int `xmlrpc:"port,omitempty"` - Priority *Int `xmlrpc:"priority,omitempty"` - Script *String `xmlrpc:"script,omitempty"` - Server *String `xmlrpc:"server,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - User *String `xmlrpc:"user,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ActionId *Many2One `xmlrpc:"action_id,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Attach *Bool `xmlrpc:"attach,omptempty"` + Configuration *String `xmlrpc:"configuration,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IsSsl *Bool `xmlrpc:"is_ssl,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ObjectId *Many2One `xmlrpc:"object_id,omptempty"` + Original *Bool `xmlrpc:"original,omptempty"` + Password *String `xmlrpc:"password,omptempty"` + Port *Int `xmlrpc:"port,omptempty"` + Priority *Int `xmlrpc:"priority,omptempty"` + Script *String `xmlrpc:"script,omptempty"` + Server *String `xmlrpc:"server,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + User *String `xmlrpc:"user,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // FetchmailServers represents array of fetchmail.server model. diff --git a/format_address_mixin.go b/format_address_mixin.go index c5c381b2..64720078 100644 --- a/format_address_mixin.go +++ b/format_address_mixin.go @@ -6,9 +6,9 @@ import ( // FormatAddressMixin represents format.address.mixin model. type FormatAddressMixin struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // FormatAddressMixins represents array of format.address.mixin model. diff --git a/generator/cmd/tmpl/model.tmpl b/generator/cmd/tmpl/model.tmpl index 29f481c6..c2e8ed79 100644 --- a/generator/cmd/tmpl/model.tmpl +++ b/generator/cmd/tmpl/model.tmpl @@ -6,7 +6,7 @@ import ( // {{.StructName}} represents {{ .Name }} model. type {{.StructName}} struct { {{range .Fields}} - {{.VarName}} {{.Type}} `xmlrpc:"{{.Name}},omitempty"`{{end }} + {{.VarName}} {{.Type}} `xmlrpc:"{{.Name}},omptempty"`{{end }} } // {{.StructName}}s represents array of {{ .Name }} model. diff --git a/hr_department.go b/hr_department.go index c1d30818..d751fc97 100644 --- a/hr_department.go +++ b/hr_department.go @@ -6,39 +6,39 @@ import ( // HrDepartment represents hr.department model. type HrDepartment struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AbsenceOfToday *Int `xmlrpc:"absence_of_today,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - AllocationToApproveCount *Int `xmlrpc:"allocation_to_approve_count,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CompleteName *String `xmlrpc:"complete_name,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JobsIds *Relation `xmlrpc:"jobs_ids,omitempty"` - LeaveToApproveCount *Int `xmlrpc:"leave_to_approve_count,omitempty"` - ManagerId *Many2One `xmlrpc:"manager_id,omitempty"` - MemberIds *Relation `xmlrpc:"member_ids,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Note *String `xmlrpc:"note,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - TotalEmployee *Int `xmlrpc:"total_employee,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AbsenceOfToday *Int `xmlrpc:"absence_of_today,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + AllocationToApproveCount *Int `xmlrpc:"allocation_to_approve_count,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CompleteName *String `xmlrpc:"complete_name,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JobsIds *Relation `xmlrpc:"jobs_ids,omptempty"` + LeaveToApproveCount *Int `xmlrpc:"leave_to_approve_count,omptempty"` + ManagerId *Many2One `xmlrpc:"manager_id,omptempty"` + MemberIds *Relation `xmlrpc:"member_ids,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Note *String `xmlrpc:"note,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + TotalEmployee *Int `xmlrpc:"total_employee,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // HrDepartments represents array of hr.department model. diff --git a/hr_employee.go b/hr_employee.go index 1e71b71c..87bc4698 100644 --- a/hr_employee.go +++ b/hr_employee.go @@ -6,71 +6,71 @@ import ( // HrEmployee represents hr.employee model. type HrEmployee struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - AddressHomeId *Many2One `xmlrpc:"address_home_id,omitempty"` - AddressId *Many2One `xmlrpc:"address_id,omitempty"` - BankAccountId *Many2One `xmlrpc:"bank_account_id,omitempty"` - Birthday *Time `xmlrpc:"birthday,omitempty"` - CategoryIds *Relation `xmlrpc:"category_ids,omitempty"` - ChildAllCount *Int `xmlrpc:"child_all_count,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - CoachId *Many2One `xmlrpc:"coach_id,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - CurrentLeaveId *Many2One `xmlrpc:"current_leave_id,omitempty"` - CurrentLeaveState *Selection `xmlrpc:"current_leave_state,omitempty"` - DepartmentId *Many2One `xmlrpc:"department_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Gender *Selection `xmlrpc:"gender,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IdentificationId *String `xmlrpc:"identification_id,omitempty"` - Image *String `xmlrpc:"image,omitempty"` - ImageMedium *String `xmlrpc:"image_medium,omitempty"` - ImageSmall *String `xmlrpc:"image_small,omitempty"` - IsAbsentTotay *Bool `xmlrpc:"is_absent_totay,omitempty"` - IsAddressHomeACompany *Bool `xmlrpc:"is_address_home_a_company,omitempty"` - JobId *Many2One `xmlrpc:"job_id,omitempty"` - LeaveDateFrom *Time `xmlrpc:"leave_date_from,omitempty"` - LeaveDateTo *Time `xmlrpc:"leave_date_to,omitempty"` - LeavesCount *Float `xmlrpc:"leaves_count,omitempty"` - Marital *Selection `xmlrpc:"marital,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - MobilePhone *String `xmlrpc:"mobile_phone,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Notes *String `xmlrpc:"notes,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - PassportId *String `xmlrpc:"passport_id,omitempty"` - PermitNo *String `xmlrpc:"permit_no,omitempty"` - RemainingLeaves *Float `xmlrpc:"remaining_leaves,omitempty"` - ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omitempty"` - ResourceId *Many2One `xmlrpc:"resource_id,omitempty"` - ShowLeaves *Bool `xmlrpc:"show_leaves,omitempty"` - Sinid *String `xmlrpc:"sinid,omitempty"` - Ssnid *String `xmlrpc:"ssnid,omitempty"` - TimesheetCost *Float `xmlrpc:"timesheet_cost,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - VisaExpire *Time `xmlrpc:"visa_expire,omitempty"` - VisaNo *String `xmlrpc:"visa_no,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WorkEmail *String `xmlrpc:"work_email,omitempty"` - WorkLocation *String `xmlrpc:"work_location,omitempty"` - WorkPhone *String `xmlrpc:"work_phone,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + AddressHomeId *Many2One `xmlrpc:"address_home_id,omptempty"` + AddressId *Many2One `xmlrpc:"address_id,omptempty"` + BankAccountId *Many2One `xmlrpc:"bank_account_id,omptempty"` + Birthday *Time `xmlrpc:"birthday,omptempty"` + CategoryIds *Relation `xmlrpc:"category_ids,omptempty"` + ChildAllCount *Int `xmlrpc:"child_all_count,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + CoachId *Many2One `xmlrpc:"coach_id,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + CurrentLeaveId *Many2One `xmlrpc:"current_leave_id,omptempty"` + CurrentLeaveState *Selection `xmlrpc:"current_leave_state,omptempty"` + DepartmentId *Many2One `xmlrpc:"department_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Gender *Selection `xmlrpc:"gender,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IdentificationId *String `xmlrpc:"identification_id,omptempty"` + Image *String `xmlrpc:"image,omptempty"` + ImageMedium *String `xmlrpc:"image_medium,omptempty"` + ImageSmall *String `xmlrpc:"image_small,omptempty"` + IsAbsentTotay *Bool `xmlrpc:"is_absent_totay,omptempty"` + IsAddressHomeACompany *Bool `xmlrpc:"is_address_home_a_company,omptempty"` + JobId *Many2One `xmlrpc:"job_id,omptempty"` + LeaveDateFrom *Time `xmlrpc:"leave_date_from,omptempty"` + LeaveDateTo *Time `xmlrpc:"leave_date_to,omptempty"` + LeavesCount *Float `xmlrpc:"leaves_count,omptempty"` + Marital *Selection `xmlrpc:"marital,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + MobilePhone *String `xmlrpc:"mobile_phone,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Notes *String `xmlrpc:"notes,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + PassportId *String `xmlrpc:"passport_id,omptempty"` + PermitNo *String `xmlrpc:"permit_no,omptempty"` + RemainingLeaves *Float `xmlrpc:"remaining_leaves,omptempty"` + ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omptempty"` + ResourceId *Many2One `xmlrpc:"resource_id,omptempty"` + ShowLeaves *Bool `xmlrpc:"show_leaves,omptempty"` + Sinid *String `xmlrpc:"sinid,omptempty"` + Ssnid *String `xmlrpc:"ssnid,omptempty"` + TimesheetCost *Float `xmlrpc:"timesheet_cost,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + VisaExpire *Time `xmlrpc:"visa_expire,omptempty"` + VisaNo *String `xmlrpc:"visa_no,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WorkEmail *String `xmlrpc:"work_email,omptempty"` + WorkLocation *String `xmlrpc:"work_location,omptempty"` + WorkPhone *String `xmlrpc:"work_phone,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // HrEmployees represents array of hr.employee model. diff --git a/hr_employee_category.go b/hr_employee_category.go index c74179c4..9e64104a 100644 --- a/hr_employee_category.go +++ b/hr_employee_category.go @@ -6,16 +6,16 @@ import ( // HrEmployeeCategory represents hr.employee.category model. type HrEmployeeCategory struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmployeeIds *Relation `xmlrpc:"employee_ids,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmployeeIds *Relation `xmlrpc:"employee_ids,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // HrEmployeeCategorys represents array of hr.employee.category model. diff --git a/hr_holidays.go b/hr_holidays.go index b7a5c5bd..11d437d0 100644 --- a/hr_holidays.go +++ b/hr_holidays.go @@ -6,49 +6,49 @@ import ( // HrHolidays represents hr.holidays model. type HrHolidays struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CanReset *Bool `xmlrpc:"can_reset,omitempty"` - CategoryId *Many2One `xmlrpc:"category_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DepartmentId *Many2One `xmlrpc:"department_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - DoubleValidation *Bool `xmlrpc:"double_validation,omitempty"` - EmployeeId *Many2One `xmlrpc:"employee_id,omitempty"` - FirstApproverId *Many2One `xmlrpc:"first_approver_id,omitempty"` - HolidayStatusId *Many2One `xmlrpc:"holiday_status_id,omitempty"` - HolidayType *Selection `xmlrpc:"holiday_type,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LinkedRequestIds *Relation `xmlrpc:"linked_request_ids,omitempty"` - ManagerId *Many2One `xmlrpc:"manager_id,omitempty"` - MeetingId *Many2One `xmlrpc:"meeting_id,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Notes *String `xmlrpc:"notes,omitempty"` - NumberOfDays *Float `xmlrpc:"number_of_days,omitempty"` - NumberOfDaysTemp *Float `xmlrpc:"number_of_days_temp,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - PayslipStatus *Bool `xmlrpc:"payslip_status,omitempty"` - ReportNote *String `xmlrpc:"report_note,omitempty"` - SecondApproverId *Many2One `xmlrpc:"second_approver_id,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TimesheetIds *Relation `xmlrpc:"timesheet_ids,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CanReset *Bool `xmlrpc:"can_reset,omptempty"` + CategoryId *Many2One `xmlrpc:"category_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DepartmentId *Many2One `xmlrpc:"department_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + DoubleValidation *Bool `xmlrpc:"double_validation,omptempty"` + EmployeeId *Many2One `xmlrpc:"employee_id,omptempty"` + FirstApproverId *Many2One `xmlrpc:"first_approver_id,omptempty"` + HolidayStatusId *Many2One `xmlrpc:"holiday_status_id,omptempty"` + HolidayType *Selection `xmlrpc:"holiday_type,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LinkedRequestIds *Relation `xmlrpc:"linked_request_ids,omptempty"` + ManagerId *Many2One `xmlrpc:"manager_id,omptempty"` + MeetingId *Many2One `xmlrpc:"meeting_id,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Notes *String `xmlrpc:"notes,omptempty"` + NumberOfDays *Float `xmlrpc:"number_of_days,omptempty"` + NumberOfDaysTemp *Float `xmlrpc:"number_of_days_temp,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + PayslipStatus *Bool `xmlrpc:"payslip_status,omptempty"` + ReportNote *String `xmlrpc:"report_note,omptempty"` + SecondApproverId *Many2One `xmlrpc:"second_approver_id,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TimesheetIds *Relation `xmlrpc:"timesheet_ids,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // HrHolidayss represents array of hr.holidays model. diff --git a/hr_holidays_remaining_leaves_user.go b/hr_holidays_remaining_leaves_user.go index eac060a8..5cca2002 100644 --- a/hr_holidays_remaining_leaves_user.go +++ b/hr_holidays_remaining_leaves_user.go @@ -6,13 +6,13 @@ import ( // HrHolidaysRemainingLeavesUser represents hr.holidays.remaining.leaves.user model. type HrHolidaysRemainingLeavesUser struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LeaveType *String `xmlrpc:"leave_type,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - NoOfLeaves *Int `xmlrpc:"no_of_leaves,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LeaveType *String `xmlrpc:"leave_type,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + NoOfLeaves *Int `xmlrpc:"no_of_leaves,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` } // HrHolidaysRemainingLeavesUsers represents array of hr.holidays.remaining.leaves.user model. diff --git a/hr_holidays_status.go b/hr_holidays_status.go index 6629667b..5bff99eb 100644 --- a/hr_holidays_status.go +++ b/hr_holidays_status.go @@ -6,27 +6,27 @@ import ( // HrHolidaysStatus represents hr.holidays.status model. type HrHolidaysStatus struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CategId *Many2One `xmlrpc:"categ_id,omitempty"` - ColorName *Selection `xmlrpc:"color_name,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - DoubleValidation *Bool `xmlrpc:"double_validation,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LeavesTaken *Float `xmlrpc:"leaves_taken,omitempty"` - Limit *Bool `xmlrpc:"limit,omitempty"` - MaxLeaves *Float `xmlrpc:"max_leaves,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - RemainingLeaves *Float `xmlrpc:"remaining_leaves,omitempty"` - TimesheetGenerate *Bool `xmlrpc:"timesheet_generate,omitempty"` - TimesheetProjectId *Many2One `xmlrpc:"timesheet_project_id,omitempty"` - TimesheetTaskId *Many2One `xmlrpc:"timesheet_task_id,omitempty"` - VirtualRemainingLeaves *Float `xmlrpc:"virtual_remaining_leaves,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CategId *Many2One `xmlrpc:"categ_id,omptempty"` + ColorName *Selection `xmlrpc:"color_name,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + DoubleValidation *Bool `xmlrpc:"double_validation,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LeavesTaken *Float `xmlrpc:"leaves_taken,omptempty"` + Limit *Bool `xmlrpc:"limit,omptempty"` + MaxLeaves *Float `xmlrpc:"max_leaves,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + RemainingLeaves *Float `xmlrpc:"remaining_leaves,omptempty"` + TimesheetGenerate *Bool `xmlrpc:"timesheet_generate,omptempty"` + TimesheetProjectId *Many2One `xmlrpc:"timesheet_project_id,omptempty"` + TimesheetTaskId *Many2One `xmlrpc:"timesheet_task_id,omptempty"` + VirtualRemainingLeaves *Float `xmlrpc:"virtual_remaining_leaves,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // HrHolidaysStatuss represents array of hr.holidays.status model. diff --git a/hr_holidays_summary_dept.go b/hr_holidays_summary_dept.go index 0068e8f3..3bad1bbf 100644 --- a/hr_holidays_summary_dept.go +++ b/hr_holidays_summary_dept.go @@ -6,16 +6,16 @@ import ( // HrHolidaysSummaryDept represents hr.holidays.summary.dept model. type HrHolidaysSummaryDept struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - Depts *Relation `xmlrpc:"depts,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - HolidayType *Selection `xmlrpc:"holiday_type,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + Depts *Relation `xmlrpc:"depts,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + HolidayType *Selection `xmlrpc:"holiday_type,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // HrHolidaysSummaryDepts represents array of hr.holidays.summary.dept model. diff --git a/hr_holidays_summary_employee.go b/hr_holidays_summary_employee.go index cae37d2c..8b34bf0b 100644 --- a/hr_holidays_summary_employee.go +++ b/hr_holidays_summary_employee.go @@ -6,16 +6,16 @@ import ( // HrHolidaysSummaryEmployee represents hr.holidays.summary.employee model. type HrHolidaysSummaryEmployee struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Emp *Relation `xmlrpc:"emp,omitempty"` - HolidayType *Selection `xmlrpc:"holiday_type,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Emp *Relation `xmlrpc:"emp,omptempty"` + HolidayType *Selection `xmlrpc:"holiday_type,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // HrHolidaysSummaryEmployees represents array of hr.holidays.summary.employee model. diff --git a/hr_job.go b/hr_job.go index 6e597bc3..53a036ce 100644 --- a/hr_job.go +++ b/hr_job.go @@ -6,35 +6,35 @@ import ( // HrJob represents hr.job model. type HrJob struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DepartmentId *Many2One `xmlrpc:"department_id,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmployeeIds *Relation `xmlrpc:"employee_ids,omitempty"` - ExpectedEmployees *Int `xmlrpc:"expected_employees,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - NoOfEmployee *Int `xmlrpc:"no_of_employee,omitempty"` - NoOfHiredEmployee *Int `xmlrpc:"no_of_hired_employee,omitempty"` - NoOfRecruitment *Int `xmlrpc:"no_of_recruitment,omitempty"` - Requirements *String `xmlrpc:"requirements,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DepartmentId *Many2One `xmlrpc:"department_id,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmployeeIds *Relation `xmlrpc:"employee_ids,omptempty"` + ExpectedEmployees *Int `xmlrpc:"expected_employees,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + NoOfEmployee *Int `xmlrpc:"no_of_employee,omptempty"` + NoOfHiredEmployee *Int `xmlrpc:"no_of_hired_employee,omptempty"` + NoOfRecruitment *Int `xmlrpc:"no_of_recruitment,omptempty"` + Requirements *String `xmlrpc:"requirements,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // HrJobs represents array of hr.job model. diff --git a/iap_account.go b/iap_account.go index 82480570..256b42ae 100644 --- a/iap_account.go +++ b/iap_account.go @@ -6,16 +6,16 @@ import ( // IapAccount represents iap.account model. type IapAccount struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountToken *String `xmlrpc:"account_token,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ServiceName *String `xmlrpc:"service_name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountToken *String `xmlrpc:"account_token,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ServiceName *String `xmlrpc:"service_name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IapAccounts represents array of iap.account model. diff --git a/im_livechat_channel.go b/im_livechat_channel.go index b56199cd..2944ed55 100644 --- a/im_livechat_channel.go +++ b/im_livechat_channel.go @@ -6,28 +6,28 @@ import ( // ImLivechatChannel represents im_livechat.channel model. type ImLivechatChannel struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AreYouInside *Bool `xmlrpc:"are_you_inside,omitempty"` - ButtonText *String `xmlrpc:"button_text,omitempty"` - ChannelIds *Relation `xmlrpc:"channel_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DefaultMessage *String `xmlrpc:"default_message,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Image *String `xmlrpc:"image,omitempty"` - ImageMedium *String `xmlrpc:"image_medium,omitempty"` - ImageSmall *String `xmlrpc:"image_small,omitempty"` - InputPlaceholder *String `xmlrpc:"input_placeholder,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - NbrChannel *Int `xmlrpc:"nbr_channel,omitempty"` - RatingPercentageSatisfaction *Int `xmlrpc:"rating_percentage_satisfaction,omitempty"` - RuleIds *Relation `xmlrpc:"rule_ids,omitempty"` - ScriptExternal *String `xmlrpc:"script_external,omitempty"` - UserIds *Relation `xmlrpc:"user_ids,omitempty"` - WebPage *String `xmlrpc:"web_page,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AreYouInside *Bool `xmlrpc:"are_you_inside,omptempty"` + ButtonText *String `xmlrpc:"button_text,omptempty"` + ChannelIds *Relation `xmlrpc:"channel_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DefaultMessage *String `xmlrpc:"default_message,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Image *String `xmlrpc:"image,omptempty"` + ImageMedium *String `xmlrpc:"image_medium,omptempty"` + ImageSmall *String `xmlrpc:"image_small,omptempty"` + InputPlaceholder *String `xmlrpc:"input_placeholder,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + NbrChannel *Int `xmlrpc:"nbr_channel,omptempty"` + RatingPercentageSatisfaction *Int `xmlrpc:"rating_percentage_satisfaction,omptempty"` + RuleIds *Relation `xmlrpc:"rule_ids,omptempty"` + ScriptExternal *String `xmlrpc:"script_external,omptempty"` + UserIds *Relation `xmlrpc:"user_ids,omptempty"` + WebPage *String `xmlrpc:"web_page,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ImLivechatChannels represents array of im_livechat.channel model. diff --git a/im_livechat_channel_rule.go b/im_livechat_channel_rule.go index 569074be..b7638e5e 100644 --- a/im_livechat_channel_rule.go +++ b/im_livechat_channel_rule.go @@ -6,19 +6,19 @@ import ( // ImLivechatChannelRule represents im_livechat.channel.rule model. type ImLivechatChannelRule struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Action *Selection `xmlrpc:"action,omitempty"` - AutoPopupTimer *Int `xmlrpc:"auto_popup_timer,omitempty"` - ChannelId *Many2One `xmlrpc:"channel_id,omitempty"` - CountryIds *Relation `xmlrpc:"country_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - RegexUrl *String `xmlrpc:"regex_url,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Action *Selection `xmlrpc:"action,omptempty"` + AutoPopupTimer *Int `xmlrpc:"auto_popup_timer,omptempty"` + ChannelId *Many2One `xmlrpc:"channel_id,omptempty"` + CountryIds *Relation `xmlrpc:"country_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + RegexUrl *String `xmlrpc:"regex_url,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ImLivechatChannelRules represents array of im_livechat.channel.rule model. diff --git a/im_livechat_report_channel.go b/im_livechat_report_channel.go index 0afd06d7..f5d803fc 100644 --- a/im_livechat_report_channel.go +++ b/im_livechat_report_channel.go @@ -6,20 +6,20 @@ import ( // ImLivechatReportChannel represents im_livechat.report.channel model. type ImLivechatReportChannel struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ChannelId *Many2One `xmlrpc:"channel_id,omitempty"` - ChannelName *String `xmlrpc:"channel_name,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Duration *Float `xmlrpc:"duration,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LivechatChannelId *Many2One `xmlrpc:"livechat_channel_id,omitempty"` - NbrMessage *Int `xmlrpc:"nbr_message,omitempty"` - NbrSpeaker *Int `xmlrpc:"nbr_speaker,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - StartDate *Time `xmlrpc:"start_date,omitempty"` - StartDateHour *String `xmlrpc:"start_date_hour,omitempty"` - TechnicalName *String `xmlrpc:"technical_name,omitempty"` - Uuid *String `xmlrpc:"uuid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ChannelId *Many2One `xmlrpc:"channel_id,omptempty"` + ChannelName *String `xmlrpc:"channel_name,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Duration *Float `xmlrpc:"duration,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LivechatChannelId *Many2One `xmlrpc:"livechat_channel_id,omptempty"` + NbrMessage *Int `xmlrpc:"nbr_message,omptempty"` + NbrSpeaker *Int `xmlrpc:"nbr_speaker,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + StartDate *Time `xmlrpc:"start_date,omptempty"` + StartDateHour *String `xmlrpc:"start_date_hour,omptempty"` + TechnicalName *String `xmlrpc:"technical_name,omptempty"` + Uuid *String `xmlrpc:"uuid,omptempty"` } // ImLivechatReportChannels represents array of im_livechat.report.channel model. diff --git a/im_livechat_report_operator.go b/im_livechat_report_operator.go index c6a81dd0..fee7efc0 100644 --- a/im_livechat_report_operator.go +++ b/im_livechat_report_operator.go @@ -6,16 +6,16 @@ import ( // ImLivechatReportOperator represents im_livechat.report.operator model. type ImLivechatReportOperator struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ChannelId *Many2One `xmlrpc:"channel_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Duration *Float `xmlrpc:"duration,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LivechatChannelId *Many2One `xmlrpc:"livechat_channel_id,omitempty"` - NbrChannel *Int `xmlrpc:"nbr_channel,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - StartDate *Time `xmlrpc:"start_date,omitempty"` - TimeToAnswer *Float `xmlrpc:"time_to_answer,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ChannelId *Many2One `xmlrpc:"channel_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Duration *Float `xmlrpc:"duration,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LivechatChannelId *Many2One `xmlrpc:"livechat_channel_id,omptempty"` + NbrChannel *Int `xmlrpc:"nbr_channel,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + StartDate *Time `xmlrpc:"start_date,omptempty"` + TimeToAnswer *Float `xmlrpc:"time_to_answer,omptempty"` } // ImLivechatReportOperators represents array of im_livechat.report.operator model. diff --git a/ir_actions_act_url.go b/ir_actions_act_url.go index d2b85989..dcf545ba 100644 --- a/ir_actions_act_url.go +++ b/ir_actions_act_url.go @@ -6,21 +6,21 @@ import ( // IrActionsActUrl represents ir.actions.act_url model. type IrActionsActUrl struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - BindingModelId *Many2One `xmlrpc:"binding_model_id,omitempty"` - BindingType *Selection `xmlrpc:"binding_type,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Help *String `xmlrpc:"help,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Target *Selection `xmlrpc:"target,omitempty"` - Type *String `xmlrpc:"type,omitempty"` - Url *String `xmlrpc:"url,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - XmlId *String `xmlrpc:"xml_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + BindingModelId *Many2One `xmlrpc:"binding_model_id,omptempty"` + BindingType *Selection `xmlrpc:"binding_type,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Help *String `xmlrpc:"help,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Target *Selection `xmlrpc:"target,omptempty"` + Type *String `xmlrpc:"type,omptempty"` + Url *String `xmlrpc:"url,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + XmlId *String `xmlrpc:"xml_id,omptempty"` } // IrActionsActUrls represents array of ir.actions.act_url model. diff --git a/ir_actions_act_window.go b/ir_actions_act_window.go index f8d3927f..9e50d594 100644 --- a/ir_actions_act_window.go +++ b/ir_actions_act_window.go @@ -6,38 +6,38 @@ import ( // IrActionsActWindow represents ir.actions.act_window model. type IrActionsActWindow struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AutoSearch *Bool `xmlrpc:"auto_search,omitempty"` - BindingModelId *Many2One `xmlrpc:"binding_model_id,omitempty"` - BindingType *Selection `xmlrpc:"binding_type,omitempty"` - Context *String `xmlrpc:"context,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Domain *String `xmlrpc:"domain,omitempty"` - Filter *Bool `xmlrpc:"filter,omitempty"` - GroupsId *Relation `xmlrpc:"groups_id,omitempty"` - Help *String `xmlrpc:"help,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Limit *Int `xmlrpc:"limit,omitempty"` - Multi *Bool `xmlrpc:"multi,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - ResModel *String `xmlrpc:"res_model,omitempty"` - SearchView *String `xmlrpc:"search_view,omitempty"` - SearchViewId *Many2One `xmlrpc:"search_view_id,omitempty"` - SrcModel *String `xmlrpc:"src_model,omitempty"` - Target *Selection `xmlrpc:"target,omitempty"` - Type *String `xmlrpc:"type,omitempty"` - Usage *String `xmlrpc:"usage,omitempty"` - ViewId *Many2One `xmlrpc:"view_id,omitempty"` - ViewIds *Relation `xmlrpc:"view_ids,omitempty"` - ViewMode *String `xmlrpc:"view_mode,omitempty"` - ViewType *Selection `xmlrpc:"view_type,omitempty"` - Views *String `xmlrpc:"views,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - XmlId *String `xmlrpc:"xml_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AutoSearch *Bool `xmlrpc:"auto_search,omptempty"` + BindingModelId *Many2One `xmlrpc:"binding_model_id,omptempty"` + BindingType *Selection `xmlrpc:"binding_type,omptempty"` + Context *String `xmlrpc:"context,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Domain *String `xmlrpc:"domain,omptempty"` + Filter *Bool `xmlrpc:"filter,omptempty"` + GroupsId *Relation `xmlrpc:"groups_id,omptempty"` + Help *String `xmlrpc:"help,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Limit *Int `xmlrpc:"limit,omptempty"` + Multi *Bool `xmlrpc:"multi,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + ResModel *String `xmlrpc:"res_model,omptempty"` + SearchView *String `xmlrpc:"search_view,omptempty"` + SearchViewId *Many2One `xmlrpc:"search_view_id,omptempty"` + SrcModel *String `xmlrpc:"src_model,omptempty"` + Target *Selection `xmlrpc:"target,omptempty"` + Type *String `xmlrpc:"type,omptempty"` + Usage *String `xmlrpc:"usage,omptempty"` + ViewId *Many2One `xmlrpc:"view_id,omptempty"` + ViewIds *Relation `xmlrpc:"view_ids,omptempty"` + ViewMode *String `xmlrpc:"view_mode,omptempty"` + ViewType *Selection `xmlrpc:"view_type,omptempty"` + Views *String `xmlrpc:"views,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + XmlId *String `xmlrpc:"xml_id,omptempty"` } // IrActionsActWindows represents array of ir.actions.act_window model. diff --git a/ir_actions_act_window_close.go b/ir_actions_act_window_close.go index 8e86c938..e09cb349 100644 --- a/ir_actions_act_window_close.go +++ b/ir_actions_act_window_close.go @@ -6,19 +6,19 @@ import ( // IrActionsActWindowClose represents ir.actions.act_window_close model. type IrActionsActWindowClose struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - BindingModelId *Many2One `xmlrpc:"binding_model_id,omitempty"` - BindingType *Selection `xmlrpc:"binding_type,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Help *String `xmlrpc:"help,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Type *String `xmlrpc:"type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - XmlId *String `xmlrpc:"xml_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + BindingModelId *Many2One `xmlrpc:"binding_model_id,omptempty"` + BindingType *Selection `xmlrpc:"binding_type,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Help *String `xmlrpc:"help,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Type *String `xmlrpc:"type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + XmlId *String `xmlrpc:"xml_id,omptempty"` } // IrActionsActWindowCloses represents array of ir.actions.act_window_close model. diff --git a/ir_actions_act_window_view.go b/ir_actions_act_window_view.go index 4a8660a9..85aef3b4 100644 --- a/ir_actions_act_window_view.go +++ b/ir_actions_act_window_view.go @@ -6,18 +6,18 @@ import ( // IrActionsActWindowView represents ir.actions.act_window.view model. type IrActionsActWindowView struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ActWindowId *Many2One `xmlrpc:"act_window_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Multi *Bool `xmlrpc:"multi,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - ViewId *Many2One `xmlrpc:"view_id,omitempty"` - ViewMode *Selection `xmlrpc:"view_mode,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ActWindowId *Many2One `xmlrpc:"act_window_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Multi *Bool `xmlrpc:"multi,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + ViewId *Many2One `xmlrpc:"view_id,omptempty"` + ViewMode *Selection `xmlrpc:"view_mode,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrActionsActWindowViews represents array of ir.actions.act_window.view model. diff --git a/ir_actions_actions.go b/ir_actions_actions.go index ee789c87..f09add67 100644 --- a/ir_actions_actions.go +++ b/ir_actions_actions.go @@ -6,19 +6,19 @@ import ( // IrActionsActions represents ir.actions.actions model. type IrActionsActions struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - BindingModelId *Many2One `xmlrpc:"binding_model_id,omitempty"` - BindingType *Selection `xmlrpc:"binding_type,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Help *String `xmlrpc:"help,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Type *String `xmlrpc:"type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - XmlId *String `xmlrpc:"xml_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + BindingModelId *Many2One `xmlrpc:"binding_model_id,omptempty"` + BindingType *Selection `xmlrpc:"binding_type,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Help *String `xmlrpc:"help,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Type *String `xmlrpc:"type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + XmlId *String `xmlrpc:"xml_id,omptempty"` } // IrActionsActionss represents array of ir.actions.actions model. diff --git a/ir_actions_client.go b/ir_actions_client.go index 5bc6d677..fcdea104 100644 --- a/ir_actions_client.go +++ b/ir_actions_client.go @@ -6,25 +6,25 @@ import ( // IrActionsClient represents ir.actions.client model. type IrActionsClient struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - BindingModelId *Many2One `xmlrpc:"binding_model_id,omitempty"` - BindingType *Selection `xmlrpc:"binding_type,omitempty"` - Context *String `xmlrpc:"context,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Help *String `xmlrpc:"help,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Params *String `xmlrpc:"params,omitempty"` - ParamsStore *String `xmlrpc:"params_store,omitempty"` - ResModel *String `xmlrpc:"res_model,omitempty"` - Tag *String `xmlrpc:"tag,omitempty"` - Target *Selection `xmlrpc:"target,omitempty"` - Type *String `xmlrpc:"type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - XmlId *String `xmlrpc:"xml_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + BindingModelId *Many2One `xmlrpc:"binding_model_id,omptempty"` + BindingType *Selection `xmlrpc:"binding_type,omptempty"` + Context *String `xmlrpc:"context,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Help *String `xmlrpc:"help,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Params *String `xmlrpc:"params,omptempty"` + ParamsStore *String `xmlrpc:"params_store,omptempty"` + ResModel *String `xmlrpc:"res_model,omptempty"` + Tag *String `xmlrpc:"tag,omptempty"` + Target *Selection `xmlrpc:"target,omptempty"` + Type *String `xmlrpc:"type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + XmlId *String `xmlrpc:"xml_id,omptempty"` } // IrActionsClients represents array of ir.actions.client model. diff --git a/ir_actions_report.go b/ir_actions_report.go index 0df52e3b..5e61c31d 100644 --- a/ir_actions_report.go +++ b/ir_actions_report.go @@ -6,29 +6,29 @@ import ( // IrActionsReport represents ir.actions.report model. type IrActionsReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Attachment *String `xmlrpc:"attachment,omitempty"` - AttachmentUse *Bool `xmlrpc:"attachment_use,omitempty"` - BindingModelId *Many2One `xmlrpc:"binding_model_id,omitempty"` - BindingType *Selection `xmlrpc:"binding_type,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - GroupsId *Relation `xmlrpc:"groups_id,omitempty"` - Help *String `xmlrpc:"help,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Model *String `xmlrpc:"model,omitempty"` - Multi *Bool `xmlrpc:"multi,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PaperformatId *Many2One `xmlrpc:"paperformat_id,omitempty"` - PrintReportName *String `xmlrpc:"print_report_name,omitempty"` - ReportFile *String `xmlrpc:"report_file,omitempty"` - ReportName *String `xmlrpc:"report_name,omitempty"` - ReportType *Selection `xmlrpc:"report_type,omitempty"` - Type *String `xmlrpc:"type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - XmlId *String `xmlrpc:"xml_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Attachment *String `xmlrpc:"attachment,omptempty"` + AttachmentUse *Bool `xmlrpc:"attachment_use,omptempty"` + BindingModelId *Many2One `xmlrpc:"binding_model_id,omptempty"` + BindingType *Selection `xmlrpc:"binding_type,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + GroupsId *Relation `xmlrpc:"groups_id,omptempty"` + Help *String `xmlrpc:"help,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Model *String `xmlrpc:"model,omptempty"` + Multi *Bool `xmlrpc:"multi,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PaperformatId *Many2One `xmlrpc:"paperformat_id,omptempty"` + PrintReportName *String `xmlrpc:"print_report_name,omptempty"` + ReportFile *String `xmlrpc:"report_file,omptempty"` + ReportName *String `xmlrpc:"report_name,omptempty"` + ReportType *Selection `xmlrpc:"report_type,omptempty"` + Type *String `xmlrpc:"type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + XmlId *String `xmlrpc:"xml_id,omptempty"` } // IrActionsReports represents array of ir.actions.report model. diff --git a/ir_actions_server.go b/ir_actions_server.go index a56ba242..7d13aa8f 100644 --- a/ir_actions_server.go +++ b/ir_actions_server.go @@ -6,33 +6,33 @@ import ( // IrActionsServer represents ir.actions.server model. type IrActionsServer struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - BindingModelId *Many2One `xmlrpc:"binding_model_id,omitempty"` - BindingType *Selection `xmlrpc:"binding_type,omitempty"` - ChannelIds *Relation `xmlrpc:"channel_ids,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CrudModelId *Many2One `xmlrpc:"crud_model_id,omitempty"` - CrudModelName *String `xmlrpc:"crud_model_name,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FieldsLines *Relation `xmlrpc:"fields_lines,omitempty"` - Help *String `xmlrpc:"help,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LinkFieldId *Many2One `xmlrpc:"link_field_id,omitempty"` - ModelId *Many2One `xmlrpc:"model_id,omitempty"` - ModelName *String `xmlrpc:"model_name,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PartnerIds *Relation `xmlrpc:"partner_ids,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TemplateId *Many2One `xmlrpc:"template_id,omitempty"` - Type *String `xmlrpc:"type,omitempty"` - Usage *Selection `xmlrpc:"usage,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - XmlId *String `xmlrpc:"xml_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + BindingModelId *Many2One `xmlrpc:"binding_model_id,omptempty"` + BindingType *Selection `xmlrpc:"binding_type,omptempty"` + ChannelIds *Relation `xmlrpc:"channel_ids,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CrudModelId *Many2One `xmlrpc:"crud_model_id,omptempty"` + CrudModelName *String `xmlrpc:"crud_model_name,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FieldsLines *Relation `xmlrpc:"fields_lines,omptempty"` + Help *String `xmlrpc:"help,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LinkFieldId *Many2One `xmlrpc:"link_field_id,omptempty"` + ModelId *Many2One `xmlrpc:"model_id,omptempty"` + ModelName *String `xmlrpc:"model_name,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PartnerIds *Relation `xmlrpc:"partner_ids,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TemplateId *Many2One `xmlrpc:"template_id,omptempty"` + Type *String `xmlrpc:"type,omptempty"` + Usage *Selection `xmlrpc:"usage,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + XmlId *String `xmlrpc:"xml_id,omptempty"` } // IrActionsServers represents array of ir.actions.server model. diff --git a/ir_actions_todo.go b/ir_actions_todo.go index 93e3f52e..f0a0b835 100644 --- a/ir_actions_todo.go +++ b/ir_actions_todo.go @@ -6,17 +6,17 @@ import ( // IrActionsTodo represents ir.actions.todo model. type IrActionsTodo struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ActionId *Many2One `xmlrpc:"action_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ActionId *Many2One `xmlrpc:"action_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrActionsTodos represents array of ir.actions.todo model. diff --git a/ir_attachment.go b/ir_attachment.go index 2982fd8b..e5afaafa 100644 --- a/ir_attachment.go +++ b/ir_attachment.go @@ -6,33 +6,33 @@ import ( // IrAttachment represents ir.attachment model. type IrAttachment struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccessToken *String `xmlrpc:"access_token,omitempty"` - Checksum *String `xmlrpc:"checksum,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Datas *String `xmlrpc:"datas,omitempty"` - DatasFname *String `xmlrpc:"datas_fname,omitempty"` - DbDatas *String `xmlrpc:"db_datas,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FileSize *Int `xmlrpc:"file_size,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IndexContent *String `xmlrpc:"index_content,omitempty"` - LocalUrl *String `xmlrpc:"local_url,omitempty"` - Mimetype *String `xmlrpc:"mimetype,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Public *Bool `xmlrpc:"public,omitempty"` - ResField *String `xmlrpc:"res_field,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - ResModel *String `xmlrpc:"res_model,omitempty"` - ResName *String `xmlrpc:"res_name,omitempty"` - StoreFname *String `xmlrpc:"store_fname,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - Url *String `xmlrpc:"url,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccessToken *String `xmlrpc:"access_token,omptempty"` + Checksum *String `xmlrpc:"checksum,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Datas *String `xmlrpc:"datas,omptempty"` + DatasFname *String `xmlrpc:"datas_fname,omptempty"` + DbDatas *String `xmlrpc:"db_datas,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FileSize *Int `xmlrpc:"file_size,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IndexContent *String `xmlrpc:"index_content,omptempty"` + LocalUrl *String `xmlrpc:"local_url,omptempty"` + Mimetype *String `xmlrpc:"mimetype,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Public *Bool `xmlrpc:"public,omptempty"` + ResField *String `xmlrpc:"res_field,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + ResModel *String `xmlrpc:"res_model,omptempty"` + ResName *String `xmlrpc:"res_name,omptempty"` + StoreFname *String `xmlrpc:"store_fname,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + Url *String `xmlrpc:"url,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrAttachments represents array of ir.attachment model. diff --git a/ir_autovacuum.go b/ir_autovacuum.go index 5713b59b..f31041f3 100644 --- a/ir_autovacuum.go +++ b/ir_autovacuum.go @@ -6,9 +6,9 @@ import ( // IrAutovacuum represents ir.autovacuum model. type IrAutovacuum struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrAutovacuums represents array of ir.autovacuum model. diff --git a/ir_config_parameter.go b/ir_config_parameter.go index c7636705..17eabb3b 100644 --- a/ir_config_parameter.go +++ b/ir_config_parameter.go @@ -6,15 +6,15 @@ import ( // IrConfigParameter represents ir.config_parameter model. type IrConfigParameter struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Key *String `xmlrpc:"key,omitempty"` - Value *String `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Key *String `xmlrpc:"key,omptempty"` + Value *String `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrConfigParameters represents array of ir.config_parameter model. diff --git a/ir_cron.go b/ir_cron.go index 5319c0cf..e08bd7d3 100644 --- a/ir_cron.go +++ b/ir_cron.go @@ -6,43 +6,43 @@ import ( // IrCron represents ir.cron model. type IrCron struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - BindingModelId *Many2One `xmlrpc:"binding_model_id,omitempty"` - BindingType *Selection `xmlrpc:"binding_type,omitempty"` - ChannelIds *Relation `xmlrpc:"channel_ids,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CronName *String `xmlrpc:"cron_name,omitempty"` - CrudModelId *Many2One `xmlrpc:"crud_model_id,omitempty"` - CrudModelName *String `xmlrpc:"crud_model_name,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Doall *Bool `xmlrpc:"doall,omitempty"` - FieldsLines *Relation `xmlrpc:"fields_lines,omitempty"` - Help *String `xmlrpc:"help,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IntervalNumber *Int `xmlrpc:"interval_number,omitempty"` - IntervalType *Selection `xmlrpc:"interval_type,omitempty"` - IrActionsServerId *Many2One `xmlrpc:"ir_actions_server_id,omitempty"` - LinkFieldId *Many2One `xmlrpc:"link_field_id,omitempty"` - ModelId *Many2One `xmlrpc:"model_id,omitempty"` - ModelName *String `xmlrpc:"model_name,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Nextcall *Time `xmlrpc:"nextcall,omitempty"` - Numbercall *Int `xmlrpc:"numbercall,omitempty"` - PartnerIds *Relation `xmlrpc:"partner_ids,omitempty"` - Priority *Int `xmlrpc:"priority,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TemplateId *Many2One `xmlrpc:"template_id,omitempty"` - Type *String `xmlrpc:"type,omitempty"` - Usage *Selection `xmlrpc:"usage,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - XmlId *String `xmlrpc:"xml_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + BindingModelId *Many2One `xmlrpc:"binding_model_id,omptempty"` + BindingType *Selection `xmlrpc:"binding_type,omptempty"` + ChannelIds *Relation `xmlrpc:"channel_ids,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CronName *String `xmlrpc:"cron_name,omptempty"` + CrudModelId *Many2One `xmlrpc:"crud_model_id,omptempty"` + CrudModelName *String `xmlrpc:"crud_model_name,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Doall *Bool `xmlrpc:"doall,omptempty"` + FieldsLines *Relation `xmlrpc:"fields_lines,omptempty"` + Help *String `xmlrpc:"help,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IntervalNumber *Int `xmlrpc:"interval_number,omptempty"` + IntervalType *Selection `xmlrpc:"interval_type,omptempty"` + IrActionsServerId *Many2One `xmlrpc:"ir_actions_server_id,omptempty"` + LinkFieldId *Many2One `xmlrpc:"link_field_id,omptempty"` + ModelId *Many2One `xmlrpc:"model_id,omptempty"` + ModelName *String `xmlrpc:"model_name,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Nextcall *Time `xmlrpc:"nextcall,omptempty"` + Numbercall *Int `xmlrpc:"numbercall,omptempty"` + PartnerIds *Relation `xmlrpc:"partner_ids,omptempty"` + Priority *Int `xmlrpc:"priority,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TemplateId *Many2One `xmlrpc:"template_id,omptempty"` + Type *String `xmlrpc:"type,omptempty"` + Usage *Selection `xmlrpc:"usage,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + XmlId *String `xmlrpc:"xml_id,omptempty"` } // IrCrons represents array of ir.cron model. diff --git a/ir_default.go b/ir_default.go index 8c765b55..8c154691 100644 --- a/ir_default.go +++ b/ir_default.go @@ -6,18 +6,18 @@ import ( // IrDefault represents ir.default model. type IrDefault struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - Condition *String `xmlrpc:"condition,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FieldId *Many2One `xmlrpc:"field_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JsonValue *String `xmlrpc:"json_value,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + Condition *String `xmlrpc:"condition,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FieldId *Many2One `xmlrpc:"field_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JsonValue *String `xmlrpc:"json_value,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrDefaults represents array of ir.default model. diff --git a/ir_exports.go b/ir_exports.go index e6552d80..23f44080 100644 --- a/ir_exports.go +++ b/ir_exports.go @@ -6,16 +6,16 @@ import ( // IrExports represents ir.exports model. type IrExports struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - ExportFields *Relation `xmlrpc:"export_fields,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Resource *String `xmlrpc:"resource,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + ExportFields *Relation `xmlrpc:"export_fields,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Resource *String `xmlrpc:"resource,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrExportss represents array of ir.exports model. diff --git a/ir_exports_line.go b/ir_exports_line.go index 2f8995eb..bd3a3221 100644 --- a/ir_exports_line.go +++ b/ir_exports_line.go @@ -6,15 +6,15 @@ import ( // IrExportsLine represents ir.exports.line model. type IrExportsLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - ExportId *Many2One `xmlrpc:"export_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + ExportId *Many2One `xmlrpc:"export_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrExportsLines represents array of ir.exports.line model. diff --git a/ir_fields_converter.go b/ir_fields_converter.go index a1a4569e..08e1d63c 100644 --- a/ir_fields_converter.go +++ b/ir_fields_converter.go @@ -6,9 +6,9 @@ import ( // IrFieldsConverter represents ir.fields.converter model. type IrFieldsConverter struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrFieldsConverters represents array of ir.fields.converter model. diff --git a/ir_filters.go b/ir_filters.go index a529b038..a9c43abf 100644 --- a/ir_filters.go +++ b/ir_filters.go @@ -6,22 +6,22 @@ import ( // IrFilters represents ir.filters model. type IrFilters struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ActionId *Many2One `xmlrpc:"action_id,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Context *String `xmlrpc:"context,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Domain *String `xmlrpc:"domain,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IsDefault *Bool `xmlrpc:"is_default,omitempty"` - ModelId *Selection `xmlrpc:"model_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Sort *String `xmlrpc:"sort,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ActionId *Many2One `xmlrpc:"action_id,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Context *String `xmlrpc:"context,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Domain *String `xmlrpc:"domain,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IsDefault *Bool `xmlrpc:"is_default,omptempty"` + ModelId *Selection `xmlrpc:"model_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Sort *String `xmlrpc:"sort,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrFilterss represents array of ir.filters model. diff --git a/ir_http.go b/ir_http.go index d9e2af75..a118a4aa 100644 --- a/ir_http.go +++ b/ir_http.go @@ -6,9 +6,9 @@ import ( // IrHttp represents ir.http model. type IrHttp struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrHttps represents array of ir.http model. diff --git a/ir_logging.go b/ir_logging.go index 6c2a8a04..04a6642f 100644 --- a/ir_logging.go +++ b/ir_logging.go @@ -6,21 +6,21 @@ import ( // IrLogging represents ir.logging model. type IrLogging struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Int `xmlrpc:"create_uid,omitempty"` - Dbname *String `xmlrpc:"dbname,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Func *String `xmlrpc:"func,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Level *String `xmlrpc:"level,omitempty"` - Line *String `xmlrpc:"line,omitempty"` - Message *String `xmlrpc:"message,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Path *String `xmlrpc:"path,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Int `xmlrpc:"create_uid,omptempty"` + Dbname *String `xmlrpc:"dbname,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Func *String `xmlrpc:"func,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Level *String `xmlrpc:"level,omptempty"` + Line *String `xmlrpc:"line,omptempty"` + Message *String `xmlrpc:"message,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Path *String `xmlrpc:"path,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrLoggings represents array of ir.logging model. diff --git a/ir_mail_server.go b/ir_mail_server.go index 8a7b1ffa..ccb90f8c 100644 --- a/ir_mail_server.go +++ b/ir_mail_server.go @@ -6,22 +6,22 @@ import ( // IrMailServer represents ir.mail_server model. type IrMailServer struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - SmtpDebug *Bool `xmlrpc:"smtp_debug,omitempty"` - SmtpEncryption *Selection `xmlrpc:"smtp_encryption,omitempty"` - SmtpHost *String `xmlrpc:"smtp_host,omitempty"` - SmtpPass *String `xmlrpc:"smtp_pass,omitempty"` - SmtpPort *Int `xmlrpc:"smtp_port,omitempty"` - SmtpUser *String `xmlrpc:"smtp_user,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + SmtpDebug *Bool `xmlrpc:"smtp_debug,omptempty"` + SmtpEncryption *Selection `xmlrpc:"smtp_encryption,omptempty"` + SmtpHost *String `xmlrpc:"smtp_host,omptempty"` + SmtpPass *String `xmlrpc:"smtp_pass,omptempty"` + SmtpPort *Int `xmlrpc:"smtp_port,omptempty"` + SmtpUser *String `xmlrpc:"smtp_user,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrMailServers represents array of ir.mail_server model. diff --git a/ir_model.go b/ir_model.go index 461e05f8..2f5a9f1b 100644 --- a/ir_model.go +++ b/ir_model.go @@ -6,25 +6,25 @@ import ( // IrModel represents ir.model model. type IrModel struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccessIds *Relation `xmlrpc:"access_ids,omitempty"` - Count *Int `xmlrpc:"count,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FieldId *Relation `xmlrpc:"field_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Info *String `xmlrpc:"info,omitempty"` - InheritedModelIds *Relation `xmlrpc:"inherited_model_ids,omitempty"` - IsMailThread *Bool `xmlrpc:"is_mail_thread,omitempty"` - Model *String `xmlrpc:"model,omitempty"` - Modules *String `xmlrpc:"modules,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - Transient *Bool `xmlrpc:"transient,omitempty"` - ViewIds *Relation `xmlrpc:"view_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccessIds *Relation `xmlrpc:"access_ids,omptempty"` + Count *Int `xmlrpc:"count,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FieldId *Relation `xmlrpc:"field_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Info *String `xmlrpc:"info,omptempty"` + InheritedModelIds *Relation `xmlrpc:"inherited_model_ids,omptempty"` + IsMailThread *Bool `xmlrpc:"is_mail_thread,omptempty"` + Model *String `xmlrpc:"model,omptempty"` + Modules *String `xmlrpc:"modules,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + Transient *Bool `xmlrpc:"transient,omptempty"` + ViewIds *Relation `xmlrpc:"view_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrModels represents array of ir.model model. diff --git a/ir_model_access.go b/ir_model_access.go index 2994b714..20ce6d26 100644 --- a/ir_model_access.go +++ b/ir_model_access.go @@ -6,21 +6,21 @@ import ( // IrModelAccess represents ir.model.access model. type IrModelAccess struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - GroupId *Many2One `xmlrpc:"group_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ModelId *Many2One `xmlrpc:"model_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PermCreate *Bool `xmlrpc:"perm_create,omitempty"` - PermRead *Bool `xmlrpc:"perm_read,omitempty"` - PermUnlink *Bool `xmlrpc:"perm_unlink,omitempty"` - PermWrite *Bool `xmlrpc:"perm_write,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + GroupId *Many2One `xmlrpc:"group_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ModelId *Many2One `xmlrpc:"model_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PermCreate *Bool `xmlrpc:"perm_create,omptempty"` + PermRead *Bool `xmlrpc:"perm_read,omptempty"` + PermUnlink *Bool `xmlrpc:"perm_unlink,omptempty"` + PermWrite *Bool `xmlrpc:"perm_write,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrModelAccesss represents array of ir.model.access model. diff --git a/ir_model_constraint.go b/ir_model_constraint.go index 5417c1bc..e8dd4bcb 100644 --- a/ir_model_constraint.go +++ b/ir_model_constraint.go @@ -6,20 +6,20 @@ import ( // IrModelConstraint represents ir.model.constraint model. type IrModelConstraint struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateInit *Time `xmlrpc:"date_init,omitempty"` - DateUpdate *Time `xmlrpc:"date_update,omitempty"` - Definition *String `xmlrpc:"definition,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Model *Many2One `xmlrpc:"model,omitempty"` - Module *Many2One `xmlrpc:"module,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Type *String `xmlrpc:"type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateInit *Time `xmlrpc:"date_init,omptempty"` + DateUpdate *Time `xmlrpc:"date_update,omptempty"` + Definition *String `xmlrpc:"definition,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Model *Many2One `xmlrpc:"model,omptempty"` + Module *Many2One `xmlrpc:"module,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Type *String `xmlrpc:"type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrModelConstraints represents array of ir.model.constraint model. diff --git a/ir_model_data.go b/ir_model_data.go index 77bf3765..f009a71d 100644 --- a/ir_model_data.go +++ b/ir_model_data.go @@ -6,22 +6,22 @@ import ( // IrModelData represents ir.model.data model. type IrModelData struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompleteName *String `xmlrpc:"complete_name,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateInit *Time `xmlrpc:"date_init,omitempty"` - DateUpdate *Time `xmlrpc:"date_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Model *String `xmlrpc:"model,omitempty"` - Module *String `xmlrpc:"module,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Noupdate *Bool `xmlrpc:"noupdate,omitempty"` - Reference *String `xmlrpc:"reference,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompleteName *String `xmlrpc:"complete_name,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateInit *Time `xmlrpc:"date_init,omptempty"` + DateUpdate *Time `xmlrpc:"date_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Model *String `xmlrpc:"model,omptempty"` + Module *String `xmlrpc:"module,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Noupdate *Bool `xmlrpc:"noupdate,omptempty"` + Reference *String `xmlrpc:"reference,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrModelDatas represents array of ir.model.data model. diff --git a/ir_model_fields.go b/ir_model_fields.go index dba259d1..5025f2c3 100644 --- a/ir_model_fields.go +++ b/ir_model_fields.go @@ -6,44 +6,44 @@ import ( // IrModelFields represents ir.model.fields model. type IrModelFields struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Column1 *String `xmlrpc:"column1,omitempty"` - Column2 *String `xmlrpc:"column2,omitempty"` - CompleteName *String `xmlrpc:"complete_name,omitempty"` - Compute *String `xmlrpc:"compute,omitempty"` - Copy *Bool `xmlrpc:"copy,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Depends *String `xmlrpc:"depends,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Domain *String `xmlrpc:"domain,omitempty"` - FieldDescription *String `xmlrpc:"field_description,omitempty"` - Groups *Relation `xmlrpc:"groups,omitempty"` - Help *String `xmlrpc:"help,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Index *Bool `xmlrpc:"index,omitempty"` - Model *String `xmlrpc:"model,omitempty"` - ModelId *Many2One `xmlrpc:"model_id,omitempty"` - Modules *String `xmlrpc:"modules,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OnDelete *Selection `xmlrpc:"on_delete,omitempty"` - Readonly *Bool `xmlrpc:"readonly,omitempty"` - Related *String `xmlrpc:"related,omitempty"` - Relation *String `xmlrpc:"relation,omitempty"` - RelationField *String `xmlrpc:"relation_field,omitempty"` - RelationTable *String `xmlrpc:"relation_table,omitempty"` - Required *Bool `xmlrpc:"required,omitempty"` - Selectable *Bool `xmlrpc:"selectable,omitempty"` - Selection *String `xmlrpc:"selection,omitempty"` - SerializationFieldId *Many2One `xmlrpc:"serialization_field_id,omitempty"` - Size *Int `xmlrpc:"size,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - Store *Bool `xmlrpc:"store,omitempty"` - TrackVisibility *Selection `xmlrpc:"track_visibility,omitempty"` - Translate *Bool `xmlrpc:"translate,omitempty"` - Ttype *Selection `xmlrpc:"ttype,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Column1 *String `xmlrpc:"column1,omptempty"` + Column2 *String `xmlrpc:"column2,omptempty"` + CompleteName *String `xmlrpc:"complete_name,omptempty"` + Compute *String `xmlrpc:"compute,omptempty"` + Copy *Bool `xmlrpc:"copy,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Depends *String `xmlrpc:"depends,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Domain *String `xmlrpc:"domain,omptempty"` + FieldDescription *String `xmlrpc:"field_description,omptempty"` + Groups *Relation `xmlrpc:"groups,omptempty"` + Help *String `xmlrpc:"help,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Index *Bool `xmlrpc:"index,omptempty"` + Model *String `xmlrpc:"model,omptempty"` + ModelId *Many2One `xmlrpc:"model_id,omptempty"` + Modules *String `xmlrpc:"modules,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OnDelete *Selection `xmlrpc:"on_delete,omptempty"` + Readonly *Bool `xmlrpc:"readonly,omptempty"` + Related *String `xmlrpc:"related,omptempty"` + Relation *String `xmlrpc:"relation,omptempty"` + RelationField *String `xmlrpc:"relation_field,omptempty"` + RelationTable *String `xmlrpc:"relation_table,omptempty"` + Required *Bool `xmlrpc:"required,omptempty"` + Selectable *Bool `xmlrpc:"selectable,omptempty"` + Selection *String `xmlrpc:"selection,omptempty"` + SerializationFieldId *Many2One `xmlrpc:"serialization_field_id,omptempty"` + Size *Int `xmlrpc:"size,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + Store *Bool `xmlrpc:"store,omptempty"` + TrackVisibility *Selection `xmlrpc:"track_visibility,omptempty"` + Translate *Bool `xmlrpc:"translate,omptempty"` + Ttype *Selection `xmlrpc:"ttype,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrModelFieldss represents array of ir.model.fields model. diff --git a/ir_model_relation.go b/ir_model_relation.go index f8dea9af..068406da 100644 --- a/ir_model_relation.go +++ b/ir_model_relation.go @@ -6,18 +6,18 @@ import ( // IrModelRelation represents ir.model.relation model. type IrModelRelation struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateInit *Time `xmlrpc:"date_init,omitempty"` - DateUpdate *Time `xmlrpc:"date_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Model *Many2One `xmlrpc:"model,omitempty"` - Module *Many2One `xmlrpc:"module,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateInit *Time `xmlrpc:"date_init,omptempty"` + DateUpdate *Time `xmlrpc:"date_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Model *Many2One `xmlrpc:"model,omptempty"` + Module *Many2One `xmlrpc:"module,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrModelRelations represents array of ir.model.relation model. diff --git a/ir_module_category.go b/ir_module_category.go index c72ae867..4ccba592 100644 --- a/ir_module_category.go +++ b/ir_module_category.go @@ -6,23 +6,23 @@ import ( // IrModuleCategory represents ir.module.category model. type IrModuleCategory struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Exclusive *Bool `xmlrpc:"exclusive,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ModuleIds *Relation `xmlrpc:"module_ids,omitempty"` - ModuleNr *Int `xmlrpc:"module_nr,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - Visible *Bool `xmlrpc:"visible,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - XmlId *String `xmlrpc:"xml_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Exclusive *Bool `xmlrpc:"exclusive,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ModuleIds *Relation `xmlrpc:"module_ids,omptempty"` + ModuleNr *Int `xmlrpc:"module_nr,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + Visible *Bool `xmlrpc:"visible,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + XmlId *String `xmlrpc:"xml_id,omptempty"` } // IrModuleCategorys represents array of ir.module.category model. diff --git a/ir_module_module.go b/ir_module_module.go index fe892b5b..d49453f7 100644 --- a/ir_module_module.go +++ b/ir_module_module.go @@ -6,40 +6,40 @@ import ( // IrModuleModule represents ir.module.module model. type IrModuleModule struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Application *Bool `xmlrpc:"application,omitempty"` - Author *String `xmlrpc:"author,omitempty"` - AutoInstall *Bool `xmlrpc:"auto_install,omitempty"` - CategoryId *Many2One `xmlrpc:"category_id,omitempty"` - Contributors *String `xmlrpc:"contributors,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Demo *Bool `xmlrpc:"demo,omitempty"` - DependenciesId *Relation `xmlrpc:"dependencies_id,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DescriptionHtml *String `xmlrpc:"description_html,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - ExclusionIds *Relation `xmlrpc:"exclusion_ids,omitempty"` - Icon *String `xmlrpc:"icon,omitempty"` - IconImage *String `xmlrpc:"icon_image,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InstalledVersion *String `xmlrpc:"installed_version,omitempty"` - LatestVersion *String `xmlrpc:"latest_version,omitempty"` - License *Selection `xmlrpc:"license,omitempty"` - Maintainer *String `xmlrpc:"maintainer,omitempty"` - MenusByModule *String `xmlrpc:"menus_by_module,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PublishedVersion *String `xmlrpc:"published_version,omitempty"` - ReportsByModule *String `xmlrpc:"reports_by_module,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - Shortdesc *String `xmlrpc:"shortdesc,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - Summary *String `xmlrpc:"summary,omitempty"` - Url *String `xmlrpc:"url,omitempty"` - ViewsByModule *String `xmlrpc:"views_by_module,omitempty"` - Website *String `xmlrpc:"website,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Application *Bool `xmlrpc:"application,omptempty"` + Author *String `xmlrpc:"author,omptempty"` + AutoInstall *Bool `xmlrpc:"auto_install,omptempty"` + CategoryId *Many2One `xmlrpc:"category_id,omptempty"` + Contributors *String `xmlrpc:"contributors,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Demo *Bool `xmlrpc:"demo,omptempty"` + DependenciesId *Relation `xmlrpc:"dependencies_id,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DescriptionHtml *String `xmlrpc:"description_html,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + ExclusionIds *Relation `xmlrpc:"exclusion_ids,omptempty"` + Icon *String `xmlrpc:"icon,omptempty"` + IconImage *String `xmlrpc:"icon_image,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InstalledVersion *String `xmlrpc:"installed_version,omptempty"` + LatestVersion *String `xmlrpc:"latest_version,omptempty"` + License *Selection `xmlrpc:"license,omptempty"` + Maintainer *String `xmlrpc:"maintainer,omptempty"` + MenusByModule *String `xmlrpc:"menus_by_module,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PublishedVersion *String `xmlrpc:"published_version,omptempty"` + ReportsByModule *String `xmlrpc:"reports_by_module,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + Shortdesc *String `xmlrpc:"shortdesc,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + Summary *String `xmlrpc:"summary,omptempty"` + Url *String `xmlrpc:"url,omptempty"` + ViewsByModule *String `xmlrpc:"views_by_module,omptempty"` + Website *String `xmlrpc:"website,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrModuleModules represents array of ir.module.module model. diff --git a/ir_module_module_dependency.go b/ir_module_module_dependency.go index 99008a77..05a9c0fc 100644 --- a/ir_module_module_dependency.go +++ b/ir_module_module_dependency.go @@ -6,17 +6,17 @@ import ( // IrModuleModuleDependency represents ir.module.module.dependency model. type IrModuleModuleDependency struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DependId *Many2One `xmlrpc:"depend_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ModuleId *Many2One `xmlrpc:"module_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DependId *Many2One `xmlrpc:"depend_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ModuleId *Many2One `xmlrpc:"module_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrModuleModuleDependencys represents array of ir.module.module.dependency model. diff --git a/ir_module_module_exclusion.go b/ir_module_module_exclusion.go index ee75443e..d234a1b4 100644 --- a/ir_module_module_exclusion.go +++ b/ir_module_module_exclusion.go @@ -6,17 +6,17 @@ import ( // IrModuleModuleExclusion represents ir.module.module.exclusion model. type IrModuleModuleExclusion struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - ExclusionId *Many2One `xmlrpc:"exclusion_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ModuleId *Many2One `xmlrpc:"module_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + ExclusionId *Many2One `xmlrpc:"exclusion_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ModuleId *Many2One `xmlrpc:"module_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrModuleModuleExclusions represents array of ir.module.module.exclusion model. diff --git a/ir_property.go b/ir_property.go index 2cd050ad..bdd3c5c8 100644 --- a/ir_property.go +++ b/ir_property.go @@ -6,24 +6,24 @@ import ( // IrProperty represents ir.property model. type IrProperty struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FieldsId *Many2One `xmlrpc:"fields_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ResId *String `xmlrpc:"res_id,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - ValueBinary *String `xmlrpc:"value_binary,omitempty"` - ValueDatetime *Time `xmlrpc:"value_datetime,omitempty"` - ValueFloat *Float `xmlrpc:"value_float,omitempty"` - ValueInteger *Int `xmlrpc:"value_integer,omitempty"` - ValueReference *String `xmlrpc:"value_reference,omitempty"` - ValueText *String `xmlrpc:"value_text,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FieldsId *Many2One `xmlrpc:"fields_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ResId *String `xmlrpc:"res_id,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + ValueBinary *String `xmlrpc:"value_binary,omptempty"` + ValueDatetime *Time `xmlrpc:"value_datetime,omptempty"` + ValueFloat *Float `xmlrpc:"value_float,omptempty"` + ValueInteger *Int `xmlrpc:"value_integer,omptempty"` + ValueReference *String `xmlrpc:"value_reference,omptempty"` + ValueText *String `xmlrpc:"value_text,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrPropertys represents array of ir.property model. diff --git a/ir_qweb.go b/ir_qweb.go index 71dc06e5..9ab90f7d 100644 --- a/ir_qweb.go +++ b/ir_qweb.go @@ -6,9 +6,9 @@ import ( // IrQweb represents ir.qweb model. type IrQweb struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebs represents array of ir.qweb model. diff --git a/ir_qweb_field.go b/ir_qweb_field.go index 2131c5be..6a6ea547 100644 --- a/ir_qweb_field.go +++ b/ir_qweb_field.go @@ -6,9 +6,9 @@ import ( // IrQwebField represents ir.qweb.field model. type IrQwebField struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFields represents array of ir.qweb.field model. diff --git a/ir_qweb_field_barcode.go b/ir_qweb_field_barcode.go index c6e1389e..d7d9afed 100644 --- a/ir_qweb_field_barcode.go +++ b/ir_qweb_field_barcode.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldBarcode represents ir.qweb.field.barcode model. type IrQwebFieldBarcode struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldBarcodes represents array of ir.qweb.field.barcode model. diff --git a/ir_qweb_field_contact.go b/ir_qweb_field_contact.go index b1b66c78..080e3f06 100644 --- a/ir_qweb_field_contact.go +++ b/ir_qweb_field_contact.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldContact represents ir.qweb.field.contact model. type IrQwebFieldContact struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldContacts represents array of ir.qweb.field.contact model. diff --git a/ir_qweb_field_date.go b/ir_qweb_field_date.go index c3b7046e..21bd7fbd 100644 --- a/ir_qweb_field_date.go +++ b/ir_qweb_field_date.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldDate represents ir.qweb.field.date model. type IrQwebFieldDate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldDates represents array of ir.qweb.field.date model. diff --git a/ir_qweb_field_datetime.go b/ir_qweb_field_datetime.go index 7aff6289..c7def3b4 100644 --- a/ir_qweb_field_datetime.go +++ b/ir_qweb_field_datetime.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldDatetime represents ir.qweb.field.datetime model. type IrQwebFieldDatetime struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldDatetimes represents array of ir.qweb.field.datetime model. diff --git a/ir_qweb_field_duration.go b/ir_qweb_field_duration.go index 9332028f..d7006ebe 100644 --- a/ir_qweb_field_duration.go +++ b/ir_qweb_field_duration.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldDuration represents ir.qweb.field.duration model. type IrQwebFieldDuration struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldDurations represents array of ir.qweb.field.duration model. diff --git a/ir_qweb_field_float.go b/ir_qweb_field_float.go index 000772dc..af207381 100644 --- a/ir_qweb_field_float.go +++ b/ir_qweb_field_float.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldFloat represents ir.qweb.field.float model. type IrQwebFieldFloat struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldFloats represents array of ir.qweb.field.float model. diff --git a/ir_qweb_field_float_time.go b/ir_qweb_field_float_time.go index 1449b419..70ad5734 100644 --- a/ir_qweb_field_float_time.go +++ b/ir_qweb_field_float_time.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldFloatTime represents ir.qweb.field.float_time model. type IrQwebFieldFloatTime struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldFloatTimes represents array of ir.qweb.field.float_time model. diff --git a/ir_qweb_field_html.go b/ir_qweb_field_html.go index 61aaea9d..00679cc1 100644 --- a/ir_qweb_field_html.go +++ b/ir_qweb_field_html.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldHtml represents ir.qweb.field.html model. type IrQwebFieldHtml struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldHtmls represents array of ir.qweb.field.html model. diff --git a/ir_qweb_field_image.go b/ir_qweb_field_image.go index 433f6242..6044c512 100644 --- a/ir_qweb_field_image.go +++ b/ir_qweb_field_image.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldImage represents ir.qweb.field.image model. type IrQwebFieldImage struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldImages represents array of ir.qweb.field.image model. diff --git a/ir_qweb_field_integer.go b/ir_qweb_field_integer.go index f1d78764..87c4bae3 100644 --- a/ir_qweb_field_integer.go +++ b/ir_qweb_field_integer.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldInteger represents ir.qweb.field.integer model. type IrQwebFieldInteger struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldIntegers represents array of ir.qweb.field.integer model. diff --git a/ir_qweb_field_many2one.go b/ir_qweb_field_many2one.go index 595781c6..14ced20d 100644 --- a/ir_qweb_field_many2one.go +++ b/ir_qweb_field_many2one.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldMany2One represents ir.qweb.field.many2one model. type IrQwebFieldMany2One struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldMany2Ones represents array of ir.qweb.field.many2one model. diff --git a/ir_qweb_field_monetary.go b/ir_qweb_field_monetary.go index 3038a642..0f544e95 100644 --- a/ir_qweb_field_monetary.go +++ b/ir_qweb_field_monetary.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldMonetary represents ir.qweb.field.monetary model. type IrQwebFieldMonetary struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldMonetarys represents array of ir.qweb.field.monetary model. diff --git a/ir_qweb_field_qweb.go b/ir_qweb_field_qweb.go index 8d241f4a..6c633da5 100644 --- a/ir_qweb_field_qweb.go +++ b/ir_qweb_field_qweb.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldQweb represents ir.qweb.field.qweb model. type IrQwebFieldQweb struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldQwebs represents array of ir.qweb.field.qweb model. diff --git a/ir_qweb_field_relative.go b/ir_qweb_field_relative.go index 653afcd4..5e441507 100644 --- a/ir_qweb_field_relative.go +++ b/ir_qweb_field_relative.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldRelative represents ir.qweb.field.relative model. type IrQwebFieldRelative struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldRelatives represents array of ir.qweb.field.relative model. diff --git a/ir_qweb_field_selection.go b/ir_qweb_field_selection.go index 5dc03a84..3a4d77ee 100644 --- a/ir_qweb_field_selection.go +++ b/ir_qweb_field_selection.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldSelection represents ir.qweb.field.selection model. type IrQwebFieldSelection struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldSelections represents array of ir.qweb.field.selection model. diff --git a/ir_qweb_field_text.go b/ir_qweb_field_text.go index 7421803e..b4620c7b 100644 --- a/ir_qweb_field_text.go +++ b/ir_qweb_field_text.go @@ -6,9 +6,9 @@ import ( // IrQwebFieldText represents ir.qweb.field.text model. type IrQwebFieldText struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // IrQwebFieldTexts represents array of ir.qweb.field.text model. diff --git a/ir_rule.go b/ir_rule.go index 048560d3..bd739462 100644 --- a/ir_rule.go +++ b/ir_rule.go @@ -6,23 +6,23 @@ import ( // IrRule represents ir.rule model. type IrRule struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - DomainForce *String `xmlrpc:"domain_force,omitempty"` - Global *Bool `xmlrpc:"global,omitempty"` - Groups *Relation `xmlrpc:"groups,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ModelId *Many2One `xmlrpc:"model_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PermCreate *Bool `xmlrpc:"perm_create,omitempty"` - PermRead *Bool `xmlrpc:"perm_read,omitempty"` - PermUnlink *Bool `xmlrpc:"perm_unlink,omitempty"` - PermWrite *Bool `xmlrpc:"perm_write,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + DomainForce *String `xmlrpc:"domain_force,omptempty"` + Global *Bool `xmlrpc:"global,omptempty"` + Groups *Relation `xmlrpc:"groups,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ModelId *Many2One `xmlrpc:"model_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PermCreate *Bool `xmlrpc:"perm_create,omptempty"` + PermRead *Bool `xmlrpc:"perm_read,omptempty"` + PermUnlink *Bool `xmlrpc:"perm_unlink,omptempty"` + PermWrite *Bool `xmlrpc:"perm_write,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrRules represents array of ir.rule model. diff --git a/ir_sequence.go b/ir_sequence.go index 30ec62d6..18511736 100644 --- a/ir_sequence.go +++ b/ir_sequence.go @@ -6,26 +6,26 @@ import ( // IrSequence represents ir.sequence model. type IrSequence struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateRangeIds *Relation `xmlrpc:"date_range_ids,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Implementation *Selection `xmlrpc:"implementation,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - NumberIncrement *Int `xmlrpc:"number_increment,omitempty"` - NumberNext *Int `xmlrpc:"number_next,omitempty"` - NumberNextActual *Int `xmlrpc:"number_next_actual,omitempty"` - Padding *Int `xmlrpc:"padding,omitempty"` - Prefix *String `xmlrpc:"prefix,omitempty"` - Suffix *String `xmlrpc:"suffix,omitempty"` - UseDateRange *Bool `xmlrpc:"use_date_range,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateRangeIds *Relation `xmlrpc:"date_range_ids,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Implementation *Selection `xmlrpc:"implementation,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + NumberIncrement *Int `xmlrpc:"number_increment,omptempty"` + NumberNext *Int `xmlrpc:"number_next,omptempty"` + NumberNextActual *Int `xmlrpc:"number_next_actual,omptempty"` + Padding *Int `xmlrpc:"padding,omptempty"` + Prefix *String `xmlrpc:"prefix,omptempty"` + Suffix *String `xmlrpc:"suffix,omptempty"` + UseDateRange *Bool `xmlrpc:"use_date_range,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrSequences represents array of ir.sequence model. diff --git a/ir_sequence_date_range.go b/ir_sequence_date_range.go index cb16a1ce..b574ce51 100644 --- a/ir_sequence_date_range.go +++ b/ir_sequence_date_range.go @@ -6,18 +6,18 @@ import ( // IrSequenceDateRange represents ir.sequence.date_range model. type IrSequenceDateRange struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - NumberNext *Int `xmlrpc:"number_next,omitempty"` - NumberNextActual *Int `xmlrpc:"number_next_actual,omitempty"` - SequenceId *Many2One `xmlrpc:"sequence_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + NumberNext *Int `xmlrpc:"number_next,omptempty"` + NumberNextActual *Int `xmlrpc:"number_next_actual,omptempty"` + SequenceId *Many2One `xmlrpc:"sequence_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrSequenceDateRanges represents array of ir.sequence.date_range model. diff --git a/ir_server_object_lines.go b/ir_server_object_lines.go index d56e9acc..ff4165fc 100644 --- a/ir_server_object_lines.go +++ b/ir_server_object_lines.go @@ -6,17 +6,17 @@ import ( // IrServerObjectLines represents ir.server.object.lines model. type IrServerObjectLines struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Col1 *Many2One `xmlrpc:"col1,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ServerId *Many2One `xmlrpc:"server_id,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - Value *String `xmlrpc:"value,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Col1 *Many2One `xmlrpc:"col1,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ServerId *Many2One `xmlrpc:"server_id,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + Value *String `xmlrpc:"value,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrServerObjectLiness represents array of ir.server.object.lines model. diff --git a/ir_translation.go b/ir_translation.go index c3a6b5fe..aff1a5df 100644 --- a/ir_translation.go +++ b/ir_translation.go @@ -6,19 +6,19 @@ import ( // IrTranslation represents ir.translation model. type IrTranslation struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Comments *String `xmlrpc:"comments,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Lang *Selection `xmlrpc:"lang,omitempty"` - Module *String `xmlrpc:"module,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - Source *String `xmlrpc:"source,omitempty"` - Src *String `xmlrpc:"src,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - Value *String `xmlrpc:"value,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Comments *String `xmlrpc:"comments,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Lang *Selection `xmlrpc:"lang,omptempty"` + Module *String `xmlrpc:"module,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + Source *String `xmlrpc:"source,omptempty"` + Src *String `xmlrpc:"src,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + Value *String `xmlrpc:"value,omptempty"` } // IrTranslations represents array of ir.translation model. diff --git a/ir_ui_menu.go b/ir_ui_menu.go index 45d37508..d33a39df 100644 --- a/ir_ui_menu.go +++ b/ir_ui_menu.go @@ -6,25 +6,25 @@ import ( // IrUiMenu represents ir.ui.menu model. type IrUiMenu struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Action *String `xmlrpc:"action,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - ChildId *Relation `xmlrpc:"child_id,omitempty"` - CompleteName *String `xmlrpc:"complete_name,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - GroupsId *Relation `xmlrpc:"groups_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - ParentLeft *Int `xmlrpc:"parent_left,omitempty"` - ParentRight *Int `xmlrpc:"parent_right,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WebIcon *String `xmlrpc:"web_icon,omitempty"` - WebIconData *String `xmlrpc:"web_icon_data,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Action *String `xmlrpc:"action,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + ChildId *Relation `xmlrpc:"child_id,omptempty"` + CompleteName *String `xmlrpc:"complete_name,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + GroupsId *Relation `xmlrpc:"groups_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + ParentLeft *Int `xmlrpc:"parent_left,omptempty"` + ParentRight *Int `xmlrpc:"parent_right,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WebIcon *String `xmlrpc:"web_icon,omptempty"` + WebIconData *String `xmlrpc:"web_icon_data,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrUiMenus represents array of ir.ui.menu model. diff --git a/ir_ui_view.go b/ir_ui_view.go index 449e858d..2c608b01 100644 --- a/ir_ui_view.go +++ b/ir_ui_view.go @@ -6,31 +6,31 @@ import ( // IrUiView represents ir.ui.view model. type IrUiView struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Arch *String `xmlrpc:"arch,omitempty"` - ArchBase *String `xmlrpc:"arch_base,omitempty"` - ArchDb *String `xmlrpc:"arch_db,omitempty"` - ArchFs *String `xmlrpc:"arch_fs,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FieldParent *String `xmlrpc:"field_parent,omitempty"` - GroupsId *Relation `xmlrpc:"groups_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InheritChildrenIds *Relation `xmlrpc:"inherit_children_ids,omitempty"` - InheritId *Many2One `xmlrpc:"inherit_id,omitempty"` - Key *String `xmlrpc:"key,omitempty"` - Mode *Selection `xmlrpc:"mode,omitempty"` - Model *String `xmlrpc:"model,omitempty"` - ModelDataId *Many2One `xmlrpc:"model_data_id,omitempty"` - ModelIds *Relation `xmlrpc:"model_ids,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Priority *Int `xmlrpc:"priority,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - XmlId *String `xmlrpc:"xml_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Arch *String `xmlrpc:"arch,omptempty"` + ArchBase *String `xmlrpc:"arch_base,omptempty"` + ArchDb *String `xmlrpc:"arch_db,omptempty"` + ArchFs *String `xmlrpc:"arch_fs,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FieldParent *String `xmlrpc:"field_parent,omptempty"` + GroupsId *Relation `xmlrpc:"groups_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InheritChildrenIds *Relation `xmlrpc:"inherit_children_ids,omptempty"` + InheritId *Many2One `xmlrpc:"inherit_id,omptempty"` + Key *String `xmlrpc:"key,omptempty"` + Mode *Selection `xmlrpc:"mode,omptempty"` + Model *String `xmlrpc:"model,omptempty"` + ModelDataId *Many2One `xmlrpc:"model_data_id,omptempty"` + ModelIds *Relation `xmlrpc:"model_ids,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Priority *Int `xmlrpc:"priority,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + XmlId *String `xmlrpc:"xml_id,omptempty"` } // IrUiViews represents array of ir.ui.view model. diff --git a/ir_ui_view_custom.go b/ir_ui_view_custom.go index a49b042c..cd000c01 100644 --- a/ir_ui_view_custom.go +++ b/ir_ui_view_custom.go @@ -6,16 +6,16 @@ import ( // IrUiViewCustom represents ir.ui.view.custom model. type IrUiViewCustom struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Arch *String `xmlrpc:"arch,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - RefId *Many2One `xmlrpc:"ref_id,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Arch *String `xmlrpc:"arch,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + RefId *Many2One `xmlrpc:"ref_id,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // IrUiViewCustoms represents array of ir.ui.view.custom model. diff --git a/link_tracker.go b/link_tracker.go index 63298ed4..83f56d3b 100644 --- a/link_tracker.go +++ b/link_tracker.go @@ -6,29 +6,29 @@ import ( // LinkTracker represents link.tracker model. type LinkTracker struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CampaignId *Many2One `xmlrpc:"campaign_id,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - Count *Int `xmlrpc:"count,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Favicon *String `xmlrpc:"favicon,omitempty"` - IconSrc *String `xmlrpc:"icon_src,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LinkClickIds *Relation `xmlrpc:"link_click_ids,omitempty"` - LinkCodeIds *Relation `xmlrpc:"link_code_ids,omitempty"` - MassMailingCampaignId *Many2One `xmlrpc:"mass_mailing_campaign_id,omitempty"` - MassMailingId *Many2One `xmlrpc:"mass_mailing_id,omitempty"` - MediumId *Many2One `xmlrpc:"medium_id,omitempty"` - RedirectedUrl *String `xmlrpc:"redirected_url,omitempty"` - ShortUrl *String `xmlrpc:"short_url,omitempty"` - ShortUrlHost *String `xmlrpc:"short_url_host,omitempty"` - SourceId *Many2One `xmlrpc:"source_id,omitempty"` - Title *String `xmlrpc:"title,omitempty"` - Url *String `xmlrpc:"url,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CampaignId *Many2One `xmlrpc:"campaign_id,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + Count *Int `xmlrpc:"count,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Favicon *String `xmlrpc:"favicon,omptempty"` + IconSrc *String `xmlrpc:"icon_src,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LinkClickIds *Relation `xmlrpc:"link_click_ids,omptempty"` + LinkCodeIds *Relation `xmlrpc:"link_code_ids,omptempty"` + MassMailingCampaignId *Many2One `xmlrpc:"mass_mailing_campaign_id,omptempty"` + MassMailingId *Many2One `xmlrpc:"mass_mailing_id,omptempty"` + MediumId *Many2One `xmlrpc:"medium_id,omptempty"` + RedirectedUrl *String `xmlrpc:"redirected_url,omptempty"` + ShortUrl *String `xmlrpc:"short_url,omptempty"` + ShortUrlHost *String `xmlrpc:"short_url_host,omptempty"` + SourceId *Many2One `xmlrpc:"source_id,omptempty"` + Title *String `xmlrpc:"title,omptempty"` + Url *String `xmlrpc:"url,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // LinkTrackers represents array of link.tracker model. diff --git a/link_tracker_click.go b/link_tracker_click.go index f0b24e23..04aeb3f9 100644 --- a/link_tracker_click.go +++ b/link_tracker_click.go @@ -6,20 +6,20 @@ import ( // LinkTrackerClick represents link.tracker.click model. type LinkTrackerClick struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ClickDate *Time `xmlrpc:"click_date,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Ip *String `xmlrpc:"ip,omitempty"` - LinkId *Many2One `xmlrpc:"link_id,omitempty"` - MailStatId *Many2One `xmlrpc:"mail_stat_id,omitempty"` - MassMailingCampaignId *Many2One `xmlrpc:"mass_mailing_campaign_id,omitempty"` - MassMailingId *Many2One `xmlrpc:"mass_mailing_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ClickDate *Time `xmlrpc:"click_date,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Ip *String `xmlrpc:"ip,omptempty"` + LinkId *Many2One `xmlrpc:"link_id,omptempty"` + MailStatId *Many2One `xmlrpc:"mail_stat_id,omptempty"` + MassMailingCampaignId *Many2One `xmlrpc:"mass_mailing_campaign_id,omptempty"` + MassMailingId *Many2One `xmlrpc:"mass_mailing_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // LinkTrackerClicks represents array of link.tracker.click model. diff --git a/link_tracker_code.go b/link_tracker_code.go index 1ab25d67..56ebc072 100644 --- a/link_tracker_code.go +++ b/link_tracker_code.go @@ -6,15 +6,15 @@ import ( // LinkTrackerCode represents link.tracker.code model. type LinkTrackerCode struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LinkId *Many2One `xmlrpc:"link_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LinkId *Many2One `xmlrpc:"link_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // LinkTrackerCodes represents array of link.tracker.code model. diff --git a/mail_activity.go b/mail_activity.go index 15ae52bc..5bf3748e 100644 --- a/mail_activity.go +++ b/mail_activity.go @@ -6,30 +6,30 @@ import ( // MailActivity represents mail.activity model. type MailActivity struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ActivityCategory *Selection `xmlrpc:"activity_category,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - CalendarEventId *Many2One `xmlrpc:"calendar_event_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateDeadline *Time `xmlrpc:"date_deadline,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Feedback *String `xmlrpc:"feedback,omitempty"` - HasRecommendedActivities *Bool `xmlrpc:"has_recommended_activities,omitempty"` - Icon *String `xmlrpc:"icon,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Note *String `xmlrpc:"note,omitempty"` - PreviousActivityTypeId *Many2One `xmlrpc:"previous_activity_type_id,omitempty"` - RecommendedActivityTypeId *Many2One `xmlrpc:"recommended_activity_type_id,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - ResModel *String `xmlrpc:"res_model,omitempty"` - ResModelId *Many2One `xmlrpc:"res_model_id,omitempty"` - ResName *String `xmlrpc:"res_name,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - Summary *String `xmlrpc:"summary,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ActivityCategory *Selection `xmlrpc:"activity_category,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + CalendarEventId *Many2One `xmlrpc:"calendar_event_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateDeadline *Time `xmlrpc:"date_deadline,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Feedback *String `xmlrpc:"feedback,omptempty"` + HasRecommendedActivities *Bool `xmlrpc:"has_recommended_activities,omptempty"` + Icon *String `xmlrpc:"icon,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Note *String `xmlrpc:"note,omptempty"` + PreviousActivityTypeId *Many2One `xmlrpc:"previous_activity_type_id,omptempty"` + RecommendedActivityTypeId *Many2One `xmlrpc:"recommended_activity_type_id,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + ResModel *String `xmlrpc:"res_model,omptempty"` + ResModelId *Many2One `xmlrpc:"res_model_id,omptempty"` + ResName *String `xmlrpc:"res_name,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + Summary *String `xmlrpc:"summary,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailActivitys represents array of mail.activity model. diff --git a/mail_activity_mixin.go b/mail_activity_mixin.go index df885909..e357e7a3 100644 --- a/mail_activity_mixin.go +++ b/mail_activity_mixin.go @@ -6,15 +6,15 @@ import ( // MailActivityMixin represents mail.activity.mixin model. type MailActivityMixin struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - ActivityState *Selection `xmlrpc:"activity_state,omitempty"` - ActivitySummary *String `xmlrpc:"activity_summary,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - ActivityUserId *Many2One `xmlrpc:"activity_user_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + ActivityState *Selection `xmlrpc:"activity_state,omptempty"` + ActivitySummary *String `xmlrpc:"activity_summary,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + ActivityUserId *Many2One `xmlrpc:"activity_user_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // MailActivityMixins represents array of mail.activity.mixin model. diff --git a/mail_activity_type.go b/mail_activity_type.go index ac18db15..f25849eb 100644 --- a/mail_activity_type.go +++ b/mail_activity_type.go @@ -6,22 +6,22 @@ import ( // MailActivityType represents mail.activity.type model. type MailActivityType struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Category *Selection `xmlrpc:"category,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Days *Int `xmlrpc:"days,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Icon *String `xmlrpc:"icon,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - NextTypeIds *Relation `xmlrpc:"next_type_ids,omitempty"` - PreviousTypeIds *Relation `xmlrpc:"previous_type_ids,omitempty"` - ResModelId *Many2One `xmlrpc:"res_model_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - Summary *String `xmlrpc:"summary,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Category *Selection `xmlrpc:"category,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Days *Int `xmlrpc:"days,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Icon *String `xmlrpc:"icon,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + NextTypeIds *Relation `xmlrpc:"next_type_ids,omptempty"` + PreviousTypeIds *Relation `xmlrpc:"previous_type_ids,omptempty"` + ResModelId *Many2One `xmlrpc:"res_model_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + Summary *String `xmlrpc:"summary,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailActivityTypes represents array of mail.activity.type model. diff --git a/mail_alias.go b/mail_alias.go index 9998bf21..b5ae13c7 100644 --- a/mail_alias.go +++ b/mail_alias.go @@ -6,22 +6,22 @@ import ( // MailAlias represents mail.alias model. type MailAlias struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AliasContact *Selection `xmlrpc:"alias_contact,omitempty"` - AliasDefaults *String `xmlrpc:"alias_defaults,omitempty"` - AliasDomain *String `xmlrpc:"alias_domain,omitempty"` - AliasForceThreadId *Int `xmlrpc:"alias_force_thread_id,omitempty"` - AliasModelId *Many2One `xmlrpc:"alias_model_id,omitempty"` - AliasName *String `xmlrpc:"alias_name,omitempty"` - AliasParentModelId *Many2One `xmlrpc:"alias_parent_model_id,omitempty"` - AliasParentThreadId *Int `xmlrpc:"alias_parent_thread_id,omitempty"` - AliasUserId *Many2One `xmlrpc:"alias_user_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AliasContact *Selection `xmlrpc:"alias_contact,omptempty"` + AliasDefaults *String `xmlrpc:"alias_defaults,omptempty"` + AliasDomain *String `xmlrpc:"alias_domain,omptempty"` + AliasForceThreadId *Int `xmlrpc:"alias_force_thread_id,omptempty"` + AliasModelId *Many2One `xmlrpc:"alias_model_id,omptempty"` + AliasName *String `xmlrpc:"alias_name,omptempty"` + AliasParentModelId *Many2One `xmlrpc:"alias_parent_model_id,omptempty"` + AliasParentThreadId *Int `xmlrpc:"alias_parent_thread_id,omptempty"` + AliasUserId *Many2One `xmlrpc:"alias_user_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailAliass represents array of mail.alias model. diff --git a/mail_alias_mixin.go b/mail_alias_mixin.go index c968a30a..ea1c5974 100644 --- a/mail_alias_mixin.go +++ b/mail_alias_mixin.go @@ -6,23 +6,23 @@ import ( // MailAliasMixin represents mail.alias.mixin model. type MailAliasMixin struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AliasContact *Selection `xmlrpc:"alias_contact,omitempty"` - AliasDefaults *String `xmlrpc:"alias_defaults,omitempty"` - AliasDomain *String `xmlrpc:"alias_domain,omitempty"` - AliasForceThreadId *Int `xmlrpc:"alias_force_thread_id,omitempty"` - AliasId *Many2One `xmlrpc:"alias_id,omitempty"` - AliasModelId *Many2One `xmlrpc:"alias_model_id,omitempty"` - AliasName *String `xmlrpc:"alias_name,omitempty"` - AliasParentModelId *Many2One `xmlrpc:"alias_parent_model_id,omitempty"` - AliasParentThreadId *Int `xmlrpc:"alias_parent_thread_id,omitempty"` - AliasUserId *Many2One `xmlrpc:"alias_user_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AliasContact *Selection `xmlrpc:"alias_contact,omptempty"` + AliasDefaults *String `xmlrpc:"alias_defaults,omptempty"` + AliasDomain *String `xmlrpc:"alias_domain,omptempty"` + AliasForceThreadId *Int `xmlrpc:"alias_force_thread_id,omptempty"` + AliasId *Many2One `xmlrpc:"alias_id,omptempty"` + AliasModelId *Many2One `xmlrpc:"alias_model_id,omptempty"` + AliasName *String `xmlrpc:"alias_name,omptempty"` + AliasParentModelId *Many2One `xmlrpc:"alias_parent_model_id,omptempty"` + AliasParentThreadId *Int `xmlrpc:"alias_parent_thread_id,omptempty"` + AliasUserId *Many2One `xmlrpc:"alias_user_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailAliasMixins represents array of mail.alias.mixin model. diff --git a/mail_channel.go b/mail_channel.go index f35c8b94..f0fb141f 100644 --- a/mail_channel.go +++ b/mail_channel.go @@ -6,57 +6,57 @@ import ( // MailChannel represents mail.channel model. type MailChannel struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AliasContact *Selection `xmlrpc:"alias_contact,omitempty"` - AliasDefaults *String `xmlrpc:"alias_defaults,omitempty"` - AliasDomain *String `xmlrpc:"alias_domain,omitempty"` - AliasForceThreadId *Int `xmlrpc:"alias_force_thread_id,omitempty"` - AliasId *Many2One `xmlrpc:"alias_id,omitempty"` - AliasModelId *Many2One `xmlrpc:"alias_model_id,omitempty"` - AliasName *String `xmlrpc:"alias_name,omitempty"` - AliasParentModelId *Many2One `xmlrpc:"alias_parent_model_id,omitempty"` - AliasParentThreadId *Int `xmlrpc:"alias_parent_thread_id,omitempty"` - AliasUserId *Many2One `xmlrpc:"alias_user_id,omitempty"` - AnonymousName *String `xmlrpc:"anonymous_name,omitempty"` - ChannelLastSeenPartnerIds *Relation `xmlrpc:"channel_last_seen_partner_ids,omitempty"` - ChannelMessageIds *Relation `xmlrpc:"channel_message_ids,omitempty"` - ChannelPartnerIds *Relation `xmlrpc:"channel_partner_ids,omitempty"` - ChannelType *Selection `xmlrpc:"channel_type,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmailSend *Bool `xmlrpc:"email_send,omitempty"` - GroupIds *Relation `xmlrpc:"group_ids,omitempty"` - GroupPublicId *Many2One `xmlrpc:"group_public_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Image *String `xmlrpc:"image,omitempty"` - ImageMedium *String `xmlrpc:"image_medium,omitempty"` - ImageSmall *String `xmlrpc:"image_small,omitempty"` - IsMember *Bool `xmlrpc:"is_member,omitempty"` - IsSubscribed *Bool `xmlrpc:"is_subscribed,omitempty"` - LivechatChannelId *Many2One `xmlrpc:"livechat_channel_id,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Public *Selection `xmlrpc:"public,omitempty"` - RatingCount *Int `xmlrpc:"rating_count,omitempty"` - RatingIds *Relation `xmlrpc:"rating_ids,omitempty"` - RatingLastFeedback *String `xmlrpc:"rating_last_feedback,omitempty"` - RatingLastImage *String `xmlrpc:"rating_last_image,omitempty"` - RatingLastValue *Float `xmlrpc:"rating_last_value,omitempty"` - Uuid *String `xmlrpc:"uuid,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AliasContact *Selection `xmlrpc:"alias_contact,omptempty"` + AliasDefaults *String `xmlrpc:"alias_defaults,omptempty"` + AliasDomain *String `xmlrpc:"alias_domain,omptempty"` + AliasForceThreadId *Int `xmlrpc:"alias_force_thread_id,omptempty"` + AliasId *Many2One `xmlrpc:"alias_id,omptempty"` + AliasModelId *Many2One `xmlrpc:"alias_model_id,omptempty"` + AliasName *String `xmlrpc:"alias_name,omptempty"` + AliasParentModelId *Many2One `xmlrpc:"alias_parent_model_id,omptempty"` + AliasParentThreadId *Int `xmlrpc:"alias_parent_thread_id,omptempty"` + AliasUserId *Many2One `xmlrpc:"alias_user_id,omptempty"` + AnonymousName *String `xmlrpc:"anonymous_name,omptempty"` + ChannelLastSeenPartnerIds *Relation `xmlrpc:"channel_last_seen_partner_ids,omptempty"` + ChannelMessageIds *Relation `xmlrpc:"channel_message_ids,omptempty"` + ChannelPartnerIds *Relation `xmlrpc:"channel_partner_ids,omptempty"` + ChannelType *Selection `xmlrpc:"channel_type,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmailSend *Bool `xmlrpc:"email_send,omptempty"` + GroupIds *Relation `xmlrpc:"group_ids,omptempty"` + GroupPublicId *Many2One `xmlrpc:"group_public_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Image *String `xmlrpc:"image,omptempty"` + ImageMedium *String `xmlrpc:"image_medium,omptempty"` + ImageSmall *String `xmlrpc:"image_small,omptempty"` + IsMember *Bool `xmlrpc:"is_member,omptempty"` + IsSubscribed *Bool `xmlrpc:"is_subscribed,omptempty"` + LivechatChannelId *Many2One `xmlrpc:"livechat_channel_id,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Public *Selection `xmlrpc:"public,omptempty"` + RatingCount *Int `xmlrpc:"rating_count,omptempty"` + RatingIds *Relation `xmlrpc:"rating_ids,omptempty"` + RatingLastFeedback *String `xmlrpc:"rating_last_feedback,omptempty"` + RatingLastImage *String `xmlrpc:"rating_last_image,omptempty"` + RatingLastValue *Float `xmlrpc:"rating_last_value,omptempty"` + Uuid *String `xmlrpc:"uuid,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailChannels represents array of mail.channel model. diff --git a/mail_channel_partner.go b/mail_channel_partner.go index 1f313935..035345eb 100644 --- a/mail_channel_partner.go +++ b/mail_channel_partner.go @@ -6,20 +6,20 @@ import ( // MailChannelPartner represents mail.channel.partner model. type MailChannelPartner struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ChannelId *Many2One `xmlrpc:"channel_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FoldState *Selection `xmlrpc:"fold_state,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IsMinimized *Bool `xmlrpc:"is_minimized,omitempty"` - IsPinned *Bool `xmlrpc:"is_pinned,omitempty"` - PartnerEmail *String `xmlrpc:"partner_email,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - SeenMessageId *Many2One `xmlrpc:"seen_message_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ChannelId *Many2One `xmlrpc:"channel_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FoldState *Selection `xmlrpc:"fold_state,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IsMinimized *Bool `xmlrpc:"is_minimized,omptempty"` + IsPinned *Bool `xmlrpc:"is_pinned,omptempty"` + PartnerEmail *String `xmlrpc:"partner_email,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + SeenMessageId *Many2One `xmlrpc:"seen_message_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailChannelPartners represents array of mail.channel.partner model. diff --git a/mail_compose_message.go b/mail_compose_message.go index 118955e7..d6c279ef 100644 --- a/mail_compose_message.go +++ b/mail_compose_message.go @@ -6,54 +6,54 @@ import ( // MailComposeMessage represents mail.compose.message model. type MailComposeMessage struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ActiveDomain *String `xmlrpc:"active_domain,omitempty"` - AttachmentIds *Relation `xmlrpc:"attachment_ids,omitempty"` - AuthorAvatar *String `xmlrpc:"author_avatar,omitempty"` - AuthorId *Many2One `xmlrpc:"author_id,omitempty"` - AutoDelete *Bool `xmlrpc:"auto_delete,omitempty"` - AutoDeleteMessage *Bool `xmlrpc:"auto_delete_message,omitempty"` - Body *String `xmlrpc:"body,omitempty"` - ChannelIds *Relation `xmlrpc:"channel_ids,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - CompositionMode *Selection `xmlrpc:"composition_mode,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmailFrom *String `xmlrpc:"email_from,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IsLog *Bool `xmlrpc:"is_log,omitempty"` - MailActivityTypeId *Many2One `xmlrpc:"mail_activity_type_id,omitempty"` - MailServerId *Many2One `xmlrpc:"mail_server_id,omitempty"` - MailingListIds *Relation `xmlrpc:"mailing_list_ids,omitempty"` - MassMailingCampaignId *Many2One `xmlrpc:"mass_mailing_campaign_id,omitempty"` - MassMailingId *Many2One `xmlrpc:"mass_mailing_id,omitempty"` - MassMailingName *String `xmlrpc:"mass_mailing_name,omitempty"` - MessageId *String `xmlrpc:"message_id,omitempty"` - MessageType *Selection `xmlrpc:"message_type,omitempty"` - Model *String `xmlrpc:"model,omitempty"` - Needaction *Bool `xmlrpc:"needaction,omitempty"` - NeedactionPartnerIds *Relation `xmlrpc:"needaction_partner_ids,omitempty"` - NoAutoThread *Bool `xmlrpc:"no_auto_thread,omitempty"` - NotificationIds *Relation `xmlrpc:"notification_ids,omitempty"` - Notify *Bool `xmlrpc:"notify,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - PartnerIds *Relation `xmlrpc:"partner_ids,omitempty"` - RatingIds *Relation `xmlrpc:"rating_ids,omitempty"` - RatingValue *Float `xmlrpc:"rating_value,omitempty"` - RecordName *String `xmlrpc:"record_name,omitempty"` - ReplyTo *String `xmlrpc:"reply_to,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - Starred *Bool `xmlrpc:"starred,omitempty"` - StarredPartnerIds *Relation `xmlrpc:"starred_partner_ids,omitempty"` - Subject *String `xmlrpc:"subject,omitempty"` - SubtypeId *Many2One `xmlrpc:"subtype_id,omitempty"` - TemplateId *Many2One `xmlrpc:"template_id,omitempty"` - TrackingValueIds *Relation `xmlrpc:"tracking_value_ids,omitempty"` - UseActiveDomain *Bool `xmlrpc:"use_active_domain,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ActiveDomain *String `xmlrpc:"active_domain,omptempty"` + AttachmentIds *Relation `xmlrpc:"attachment_ids,omptempty"` + AuthorAvatar *String `xmlrpc:"author_avatar,omptempty"` + AuthorId *Many2One `xmlrpc:"author_id,omptempty"` + AutoDelete *Bool `xmlrpc:"auto_delete,omptempty"` + AutoDeleteMessage *Bool `xmlrpc:"auto_delete_message,omptempty"` + Body *String `xmlrpc:"body,omptempty"` + ChannelIds *Relation `xmlrpc:"channel_ids,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + CompositionMode *Selection `xmlrpc:"composition_mode,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmailFrom *String `xmlrpc:"email_from,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IsLog *Bool `xmlrpc:"is_log,omptempty"` + MailActivityTypeId *Many2One `xmlrpc:"mail_activity_type_id,omptempty"` + MailServerId *Many2One `xmlrpc:"mail_server_id,omptempty"` + MailingListIds *Relation `xmlrpc:"mailing_list_ids,omptempty"` + MassMailingCampaignId *Many2One `xmlrpc:"mass_mailing_campaign_id,omptempty"` + MassMailingId *Many2One `xmlrpc:"mass_mailing_id,omptempty"` + MassMailingName *String `xmlrpc:"mass_mailing_name,omptempty"` + MessageId *String `xmlrpc:"message_id,omptempty"` + MessageType *Selection `xmlrpc:"message_type,omptempty"` + Model *String `xmlrpc:"model,omptempty"` + Needaction *Bool `xmlrpc:"needaction,omptempty"` + NeedactionPartnerIds *Relation `xmlrpc:"needaction_partner_ids,omptempty"` + NoAutoThread *Bool `xmlrpc:"no_auto_thread,omptempty"` + NotificationIds *Relation `xmlrpc:"notification_ids,omptempty"` + Notify *Bool `xmlrpc:"notify,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + PartnerIds *Relation `xmlrpc:"partner_ids,omptempty"` + RatingIds *Relation `xmlrpc:"rating_ids,omptempty"` + RatingValue *Float `xmlrpc:"rating_value,omptempty"` + RecordName *String `xmlrpc:"record_name,omptempty"` + ReplyTo *String `xmlrpc:"reply_to,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + Starred *Bool `xmlrpc:"starred,omptempty"` + StarredPartnerIds *Relation `xmlrpc:"starred_partner_ids,omptempty"` + Subject *String `xmlrpc:"subject,omptempty"` + SubtypeId *Many2One `xmlrpc:"subtype_id,omptempty"` + TemplateId *Many2One `xmlrpc:"template_id,omptempty"` + TrackingValueIds *Relation `xmlrpc:"tracking_value_ids,omptempty"` + UseActiveDomain *Bool `xmlrpc:"use_active_domain,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailComposeMessages represents array of mail.compose.message model. diff --git a/mail_followers.go b/mail_followers.go index 44cc57fb..03e51bb4 100644 --- a/mail_followers.go +++ b/mail_followers.go @@ -6,14 +6,14 @@ import ( // MailFollowers represents mail.followers model. type MailFollowers struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ChannelId *Many2One `xmlrpc:"channel_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - ResModel *String `xmlrpc:"res_model,omitempty"` - SubtypeIds *Relation `xmlrpc:"subtype_ids,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ChannelId *Many2One `xmlrpc:"channel_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + ResModel *String `xmlrpc:"res_model,omptempty"` + SubtypeIds *Relation `xmlrpc:"subtype_ids,omptempty"` } // MailFollowerss represents array of mail.followers model. diff --git a/mail_mail.go b/mail_mail.go index f6a2fec9..700bf8ae 100644 --- a/mail_mail.go +++ b/mail_mail.go @@ -6,57 +6,57 @@ import ( // MailMail represents mail.mail model. type MailMail struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AttachmentIds *Relation `xmlrpc:"attachment_ids,omitempty"` - AuthorAvatar *String `xmlrpc:"author_avatar,omitempty"` - AuthorId *Many2One `xmlrpc:"author_id,omitempty"` - AutoDelete *Bool `xmlrpc:"auto_delete,omitempty"` - Body *String `xmlrpc:"body,omitempty"` - BodyHtml *String `xmlrpc:"body_html,omitempty"` - ChannelIds *Relation `xmlrpc:"channel_ids,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmailCc *String `xmlrpc:"email_cc,omitempty"` - EmailFrom *String `xmlrpc:"email_from,omitempty"` - EmailTo *String `xmlrpc:"email_to,omitempty"` - FailureReason *String `xmlrpc:"failure_reason,omitempty"` - FetchmailServerId *Many2One `xmlrpc:"fetchmail_server_id,omitempty"` - Headers *String `xmlrpc:"headers,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MailActivityTypeId *Many2One `xmlrpc:"mail_activity_type_id,omitempty"` - MailMessageId *Many2One `xmlrpc:"mail_message_id,omitempty"` - MailServerId *Many2One `xmlrpc:"mail_server_id,omitempty"` - MailingId *Many2One `xmlrpc:"mailing_id,omitempty"` - MessageId *String `xmlrpc:"message_id,omitempty"` - MessageType *Selection `xmlrpc:"message_type,omitempty"` - Model *String `xmlrpc:"model,omitempty"` - Needaction *Bool `xmlrpc:"needaction,omitempty"` - NeedactionPartnerIds *Relation `xmlrpc:"needaction_partner_ids,omitempty"` - NoAutoThread *Bool `xmlrpc:"no_auto_thread,omitempty"` - Notification *Bool `xmlrpc:"notification,omitempty"` - NotificationIds *Relation `xmlrpc:"notification_ids,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - PartnerIds *Relation `xmlrpc:"partner_ids,omitempty"` - RatingIds *Relation `xmlrpc:"rating_ids,omitempty"` - RatingValue *Float `xmlrpc:"rating_value,omitempty"` - RecipientIds *Relation `xmlrpc:"recipient_ids,omitempty"` - RecordName *String `xmlrpc:"record_name,omitempty"` - References *String `xmlrpc:"references,omitempty"` - ReplyTo *String `xmlrpc:"reply_to,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - ScheduledDate *String `xmlrpc:"scheduled_date,omitempty"` - Starred *Bool `xmlrpc:"starred,omitempty"` - StarredPartnerIds *Relation `xmlrpc:"starred_partner_ids,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - StatisticsIds *Relation `xmlrpc:"statistics_ids,omitempty"` - Subject *String `xmlrpc:"subject,omitempty"` - SubtypeId *Many2One `xmlrpc:"subtype_id,omitempty"` - TrackingValueIds *Relation `xmlrpc:"tracking_value_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AttachmentIds *Relation `xmlrpc:"attachment_ids,omptempty"` + AuthorAvatar *String `xmlrpc:"author_avatar,omptempty"` + AuthorId *Many2One `xmlrpc:"author_id,omptempty"` + AutoDelete *Bool `xmlrpc:"auto_delete,omptempty"` + Body *String `xmlrpc:"body,omptempty"` + BodyHtml *String `xmlrpc:"body_html,omptempty"` + ChannelIds *Relation `xmlrpc:"channel_ids,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmailCc *String `xmlrpc:"email_cc,omptempty"` + EmailFrom *String `xmlrpc:"email_from,omptempty"` + EmailTo *String `xmlrpc:"email_to,omptempty"` + FailureReason *String `xmlrpc:"failure_reason,omptempty"` + FetchmailServerId *Many2One `xmlrpc:"fetchmail_server_id,omptempty"` + Headers *String `xmlrpc:"headers,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MailActivityTypeId *Many2One `xmlrpc:"mail_activity_type_id,omptempty"` + MailMessageId *Many2One `xmlrpc:"mail_message_id,omptempty"` + MailServerId *Many2One `xmlrpc:"mail_server_id,omptempty"` + MailingId *Many2One `xmlrpc:"mailing_id,omptempty"` + MessageId *String `xmlrpc:"message_id,omptempty"` + MessageType *Selection `xmlrpc:"message_type,omptempty"` + Model *String `xmlrpc:"model,omptempty"` + Needaction *Bool `xmlrpc:"needaction,omptempty"` + NeedactionPartnerIds *Relation `xmlrpc:"needaction_partner_ids,omptempty"` + NoAutoThread *Bool `xmlrpc:"no_auto_thread,omptempty"` + Notification *Bool `xmlrpc:"notification,omptempty"` + NotificationIds *Relation `xmlrpc:"notification_ids,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + PartnerIds *Relation `xmlrpc:"partner_ids,omptempty"` + RatingIds *Relation `xmlrpc:"rating_ids,omptempty"` + RatingValue *Float `xmlrpc:"rating_value,omptempty"` + RecipientIds *Relation `xmlrpc:"recipient_ids,omptempty"` + RecordName *String `xmlrpc:"record_name,omptempty"` + References *String `xmlrpc:"references,omptempty"` + ReplyTo *String `xmlrpc:"reply_to,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + ScheduledDate *String `xmlrpc:"scheduled_date,omptempty"` + Starred *Bool `xmlrpc:"starred,omptempty"` + StarredPartnerIds *Relation `xmlrpc:"starred_partner_ids,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + StatisticsIds *Relation `xmlrpc:"statistics_ids,omptempty"` + Subject *String `xmlrpc:"subject,omptempty"` + SubtypeId *Many2One `xmlrpc:"subtype_id,omptempty"` + TrackingValueIds *Relation `xmlrpc:"tracking_value_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailMails represents array of mail.mail model. diff --git a/mail_mail_statistics.go b/mail_mail_statistics.go index 1d244f3c..463a2d0e 100644 --- a/mail_mail_statistics.go +++ b/mail_mail_statistics.go @@ -6,31 +6,31 @@ import ( // MailMailStatistics represents mail.mail.statistics model. type MailMailStatistics struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Bounced *Time `xmlrpc:"bounced,omitempty"` - Clicked *Time `xmlrpc:"clicked,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Exception *Time `xmlrpc:"exception,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LinksClickIds *Relation `xmlrpc:"links_click_ids,omitempty"` - MailMailId *Many2One `xmlrpc:"mail_mail_id,omitempty"` - MailMailIdInt *Int `xmlrpc:"mail_mail_id_int,omitempty"` - MassMailingCampaignId *Many2One `xmlrpc:"mass_mailing_campaign_id,omitempty"` - MassMailingId *Many2One `xmlrpc:"mass_mailing_id,omitempty"` - MessageId *String `xmlrpc:"message_id,omitempty"` - Model *String `xmlrpc:"model,omitempty"` - Opened *Time `xmlrpc:"opened,omitempty"` - Recipient *String `xmlrpc:"recipient,omitempty"` - Replied *Time `xmlrpc:"replied,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - Scheduled *Time `xmlrpc:"scheduled,omitempty"` - Sent *Time `xmlrpc:"sent,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - StateUpdate *Time `xmlrpc:"state_update,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Bounced *Time `xmlrpc:"bounced,omptempty"` + Clicked *Time `xmlrpc:"clicked,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Exception *Time `xmlrpc:"exception,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LinksClickIds *Relation `xmlrpc:"links_click_ids,omptempty"` + MailMailId *Many2One `xmlrpc:"mail_mail_id,omptempty"` + MailMailIdInt *Int `xmlrpc:"mail_mail_id_int,omptempty"` + MassMailingCampaignId *Many2One `xmlrpc:"mass_mailing_campaign_id,omptempty"` + MassMailingId *Many2One `xmlrpc:"mass_mailing_id,omptempty"` + MessageId *String `xmlrpc:"message_id,omptempty"` + Model *String `xmlrpc:"model,omptempty"` + Opened *Time `xmlrpc:"opened,omptempty"` + Recipient *String `xmlrpc:"recipient,omptempty"` + Replied *Time `xmlrpc:"replied,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + Scheduled *Time `xmlrpc:"scheduled,omptempty"` + Sent *Time `xmlrpc:"sent,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + StateUpdate *Time `xmlrpc:"state_update,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailMailStatisticss represents array of mail.mail.statistics model. diff --git a/mail_mass_mailing.go b/mail_mass_mailing.go index 42c134ed..d3acb07b 100644 --- a/mail_mass_mailing.go +++ b/mail_mass_mailing.go @@ -6,50 +6,50 @@ import ( // MailMassMailing represents mail.mass_mailing model. type MailMassMailing struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - AttachmentIds *Relation `xmlrpc:"attachment_ids,omitempty"` - BodyHtml *String `xmlrpc:"body_html,omitempty"` - Bounced *Int `xmlrpc:"bounced,omitempty"` - BouncedRatio *Int `xmlrpc:"bounced_ratio,omitempty"` - CampaignId *Many2One `xmlrpc:"campaign_id,omitempty"` - ClicksRatio *Int `xmlrpc:"clicks_ratio,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - ContactAbPc *Int `xmlrpc:"contact_ab_pc,omitempty"` - ContactListIds *Relation `xmlrpc:"contact_list_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Delivered *Int `xmlrpc:"delivered,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmailFrom *String `xmlrpc:"email_from,omitempty"` - Failed *Int `xmlrpc:"failed,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - KeepArchives *Bool `xmlrpc:"keep_archives,omitempty"` - MailingDomain *String `xmlrpc:"mailing_domain,omitempty"` - MailingModelId *Many2One `xmlrpc:"mailing_model_id,omitempty"` - MailingModelName *String `xmlrpc:"mailing_model_name,omitempty"` - MailingModelReal *String `xmlrpc:"mailing_model_real,omitempty"` - MassMailingCampaignId *Many2One `xmlrpc:"mass_mailing_campaign_id,omitempty"` - MediumId *Many2One `xmlrpc:"medium_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - NextDeparture *Time `xmlrpc:"next_departure,omitempty"` - Opened *Int `xmlrpc:"opened,omitempty"` - OpenedRatio *Int `xmlrpc:"opened_ratio,omitempty"` - ReceivedRatio *Int `xmlrpc:"received_ratio,omitempty"` - Replied *Int `xmlrpc:"replied,omitempty"` - RepliedRatio *Int `xmlrpc:"replied_ratio,omitempty"` - ReplyTo *String `xmlrpc:"reply_to,omitempty"` - ReplyToMode *Selection `xmlrpc:"reply_to_mode,omitempty"` - ScheduleDate *Time `xmlrpc:"schedule_date,omitempty"` - Scheduled *Int `xmlrpc:"scheduled,omitempty"` - Sent *Int `xmlrpc:"sent,omitempty"` - SentDate *Time `xmlrpc:"sent_date,omitempty"` - SourceId *Many2One `xmlrpc:"source_id,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - StatisticsIds *Relation `xmlrpc:"statistics_ids,omitempty"` - Total *Int `xmlrpc:"total,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + AttachmentIds *Relation `xmlrpc:"attachment_ids,omptempty"` + BodyHtml *String `xmlrpc:"body_html,omptempty"` + Bounced *Int `xmlrpc:"bounced,omptempty"` + BouncedRatio *Int `xmlrpc:"bounced_ratio,omptempty"` + CampaignId *Many2One `xmlrpc:"campaign_id,omptempty"` + ClicksRatio *Int `xmlrpc:"clicks_ratio,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + ContactAbPc *Int `xmlrpc:"contact_ab_pc,omptempty"` + ContactListIds *Relation `xmlrpc:"contact_list_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Delivered *Int `xmlrpc:"delivered,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmailFrom *String `xmlrpc:"email_from,omptempty"` + Failed *Int `xmlrpc:"failed,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + KeepArchives *Bool `xmlrpc:"keep_archives,omptempty"` + MailingDomain *String `xmlrpc:"mailing_domain,omptempty"` + MailingModelId *Many2One `xmlrpc:"mailing_model_id,omptempty"` + MailingModelName *String `xmlrpc:"mailing_model_name,omptempty"` + MailingModelReal *String `xmlrpc:"mailing_model_real,omptempty"` + MassMailingCampaignId *Many2One `xmlrpc:"mass_mailing_campaign_id,omptempty"` + MediumId *Many2One `xmlrpc:"medium_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + NextDeparture *Time `xmlrpc:"next_departure,omptempty"` + Opened *Int `xmlrpc:"opened,omptempty"` + OpenedRatio *Int `xmlrpc:"opened_ratio,omptempty"` + ReceivedRatio *Int `xmlrpc:"received_ratio,omptempty"` + Replied *Int `xmlrpc:"replied,omptempty"` + RepliedRatio *Int `xmlrpc:"replied_ratio,omptempty"` + ReplyTo *String `xmlrpc:"reply_to,omptempty"` + ReplyToMode *Selection `xmlrpc:"reply_to_mode,omptempty"` + ScheduleDate *Time `xmlrpc:"schedule_date,omptempty"` + Scheduled *Int `xmlrpc:"scheduled,omptempty"` + Sent *Int `xmlrpc:"sent,omptempty"` + SentDate *Time `xmlrpc:"sent_date,omptempty"` + SourceId *Many2One `xmlrpc:"source_id,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + StatisticsIds *Relation `xmlrpc:"statistics_ids,omptempty"` + Total *Int `xmlrpc:"total,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailMassMailings represents array of mail.mass_mailing model. diff --git a/mail_mass_mailing_campaign.go b/mail_mass_mailing_campaign.go index 30df630b..b95fa9e8 100644 --- a/mail_mass_mailing_campaign.go +++ b/mail_mass_mailing_campaign.go @@ -6,37 +6,37 @@ import ( // MailMassMailingCampaign represents mail.mass_mailing.campaign model. type MailMassMailingCampaign struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Bounced *Int `xmlrpc:"bounced,omitempty"` - BouncedRatio *Int `xmlrpc:"bounced_ratio,omitempty"` - CampaignId *Many2One `xmlrpc:"campaign_id,omitempty"` - ClicksRatio *Int `xmlrpc:"clicks_ratio,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Delivered *Int `xmlrpc:"delivered,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Failed *Int `xmlrpc:"failed,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MassMailingIds *Relation `xmlrpc:"mass_mailing_ids,omitempty"` - MediumId *Many2One `xmlrpc:"medium_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Opened *Int `xmlrpc:"opened,omitempty"` - OpenedRatio *Int `xmlrpc:"opened_ratio,omitempty"` - ReceivedRatio *Int `xmlrpc:"received_ratio,omitempty"` - Replied *Int `xmlrpc:"replied,omitempty"` - RepliedRatio *Int `xmlrpc:"replied_ratio,omitempty"` - Scheduled *Int `xmlrpc:"scheduled,omitempty"` - Sent *Int `xmlrpc:"sent,omitempty"` - SourceId *Many2One `xmlrpc:"source_id,omitempty"` - StageId *Many2One `xmlrpc:"stage_id,omitempty"` - TagIds *Relation `xmlrpc:"tag_ids,omitempty"` - Total *Int `xmlrpc:"total,omitempty"` - TotalMailings *Int `xmlrpc:"total_mailings,omitempty"` - UniqueAbTesting *Bool `xmlrpc:"unique_ab_testing,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Bounced *Int `xmlrpc:"bounced,omptempty"` + BouncedRatio *Int `xmlrpc:"bounced_ratio,omptempty"` + CampaignId *Many2One `xmlrpc:"campaign_id,omptempty"` + ClicksRatio *Int `xmlrpc:"clicks_ratio,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Delivered *Int `xmlrpc:"delivered,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Failed *Int `xmlrpc:"failed,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MassMailingIds *Relation `xmlrpc:"mass_mailing_ids,omptempty"` + MediumId *Many2One `xmlrpc:"medium_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Opened *Int `xmlrpc:"opened,omptempty"` + OpenedRatio *Int `xmlrpc:"opened_ratio,omptempty"` + ReceivedRatio *Int `xmlrpc:"received_ratio,omptempty"` + Replied *Int `xmlrpc:"replied,omptempty"` + RepliedRatio *Int `xmlrpc:"replied_ratio,omptempty"` + Scheduled *Int `xmlrpc:"scheduled,omptempty"` + Sent *Int `xmlrpc:"sent,omptempty"` + SourceId *Many2One `xmlrpc:"source_id,omptempty"` + StageId *Many2One `xmlrpc:"stage_id,omptempty"` + TagIds *Relation `xmlrpc:"tag_ids,omptempty"` + Total *Int `xmlrpc:"total,omptempty"` + TotalMailings *Int `xmlrpc:"total_mailings,omptempty"` + UniqueAbTesting *Bool `xmlrpc:"unique_ab_testing,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailMassMailingCampaigns represents array of mail.mass_mailing.campaign model. diff --git a/mail_mass_mailing_contact.go b/mail_mass_mailing_contact.go index ca1ba80d..8885fc34 100644 --- a/mail_mass_mailing_contact.go +++ b/mail_mass_mailing_contact.go @@ -6,34 +6,34 @@ import ( // MailMassMailingContact represents mail.mass_mailing.contact model. type MailMassMailingContact struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyName *String `xmlrpc:"company_name,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Email *String `xmlrpc:"email,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ListIds *Relation `xmlrpc:"list_ids,omitempty"` - MessageBounce *Int `xmlrpc:"message_bounce,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OptOut *Bool `xmlrpc:"opt_out,omitempty"` - TagIds *Relation `xmlrpc:"tag_ids,omitempty"` - TitleId *Many2One `xmlrpc:"title_id,omitempty"` - UnsubscriptionDate *Time `xmlrpc:"unsubscription_date,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyName *String `xmlrpc:"company_name,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Email *String `xmlrpc:"email,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ListIds *Relation `xmlrpc:"list_ids,omptempty"` + MessageBounce *Int `xmlrpc:"message_bounce,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OptOut *Bool `xmlrpc:"opt_out,omptempty"` + TagIds *Relation `xmlrpc:"tag_ids,omptempty"` + TitleId *Many2One `xmlrpc:"title_id,omptempty"` + UnsubscriptionDate *Time `xmlrpc:"unsubscription_date,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailMassMailingContacts represents array of mail.mass_mailing.contact model. diff --git a/mail_mass_mailing_list.go b/mail_mass_mailing_list.go index 7d845e88..25880563 100644 --- a/mail_mass_mailing_list.go +++ b/mail_mass_mailing_list.go @@ -6,16 +6,16 @@ import ( // MailMassMailingList represents mail.mass_mailing.list model. type MailMassMailingList struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - ContactNbr *Int `xmlrpc:"contact_nbr,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + ContactNbr *Int `xmlrpc:"contact_nbr,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailMassMailingLists represents array of mail.mass_mailing.list model. diff --git a/mail_mass_mailing_stage.go b/mail_mass_mailing_stage.go index 75fe4bf6..16fe7e0d 100644 --- a/mail_mass_mailing_stage.go +++ b/mail_mass_mailing_stage.go @@ -6,15 +6,15 @@ import ( // MailMassMailingStage represents mail.mass_mailing.stage model. type MailMassMailingStage struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailMassMailingStages represents array of mail.mass_mailing.stage model. diff --git a/mail_mass_mailing_tag.go b/mail_mass_mailing_tag.go index 1a7f2bd4..805af9fb 100644 --- a/mail_mass_mailing_tag.go +++ b/mail_mass_mailing_tag.go @@ -6,15 +6,15 @@ import ( // MailMassMailingTag represents mail.mass_mailing.tag model. type MailMassMailingTag struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailMassMailingTags represents array of mail.mass_mailing.tag model. diff --git a/mail_mass_mailing_test.go b/mail_mass_mailing_test.go index 5eb85b29..6a2581b5 100644 --- a/mail_mass_mailing_test.go +++ b/mail_mass_mailing_test.go @@ -6,15 +6,15 @@ import ( // MailMassMailingTest represents mail.mass_mailing.test model. type MailMassMailingTest struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmailTo *String `xmlrpc:"email_to,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MassMailingId *Many2One `xmlrpc:"mass_mailing_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmailTo *String `xmlrpc:"email_to,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MassMailingId *Many2One `xmlrpc:"mass_mailing_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailMassMailingTests represents array of mail.mass_mailing.test model. diff --git a/mail_message.go b/mail_message.go index 3695220f..a9170269 100644 --- a/mail_message.go +++ b/mail_message.go @@ -6,42 +6,42 @@ import ( // MailMessage represents mail.message model. type MailMessage struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AttachmentIds *Relation `xmlrpc:"attachment_ids,omitempty"` - AuthorAvatar *String `xmlrpc:"author_avatar,omitempty"` - AuthorId *Many2One `xmlrpc:"author_id,omitempty"` - Body *String `xmlrpc:"body,omitempty"` - ChannelIds *Relation `xmlrpc:"channel_ids,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmailFrom *String `xmlrpc:"email_from,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MailActivityTypeId *Many2One `xmlrpc:"mail_activity_type_id,omitempty"` - MailServerId *Many2One `xmlrpc:"mail_server_id,omitempty"` - MessageId *String `xmlrpc:"message_id,omitempty"` - MessageType *Selection `xmlrpc:"message_type,omitempty"` - Model *String `xmlrpc:"model,omitempty"` - Needaction *Bool `xmlrpc:"needaction,omitempty"` - NeedactionPartnerIds *Relation `xmlrpc:"needaction_partner_ids,omitempty"` - NoAutoThread *Bool `xmlrpc:"no_auto_thread,omitempty"` - NotificationIds *Relation `xmlrpc:"notification_ids,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - PartnerIds *Relation `xmlrpc:"partner_ids,omitempty"` - RatingIds *Relation `xmlrpc:"rating_ids,omitempty"` - RatingValue *Float `xmlrpc:"rating_value,omitempty"` - RecordName *String `xmlrpc:"record_name,omitempty"` - ReplyTo *String `xmlrpc:"reply_to,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - Starred *Bool `xmlrpc:"starred,omitempty"` - StarredPartnerIds *Relation `xmlrpc:"starred_partner_ids,omitempty"` - Subject *String `xmlrpc:"subject,omitempty"` - SubtypeId *Many2One `xmlrpc:"subtype_id,omitempty"` - TrackingValueIds *Relation `xmlrpc:"tracking_value_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AttachmentIds *Relation `xmlrpc:"attachment_ids,omptempty"` + AuthorAvatar *String `xmlrpc:"author_avatar,omptempty"` + AuthorId *Many2One `xmlrpc:"author_id,omptempty"` + Body *String `xmlrpc:"body,omptempty"` + ChannelIds *Relation `xmlrpc:"channel_ids,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmailFrom *String `xmlrpc:"email_from,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MailActivityTypeId *Many2One `xmlrpc:"mail_activity_type_id,omptempty"` + MailServerId *Many2One `xmlrpc:"mail_server_id,omptempty"` + MessageId *String `xmlrpc:"message_id,omptempty"` + MessageType *Selection `xmlrpc:"message_type,omptempty"` + Model *String `xmlrpc:"model,omptempty"` + Needaction *Bool `xmlrpc:"needaction,omptempty"` + NeedactionPartnerIds *Relation `xmlrpc:"needaction_partner_ids,omptempty"` + NoAutoThread *Bool `xmlrpc:"no_auto_thread,omptempty"` + NotificationIds *Relation `xmlrpc:"notification_ids,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + PartnerIds *Relation `xmlrpc:"partner_ids,omptempty"` + RatingIds *Relation `xmlrpc:"rating_ids,omptempty"` + RatingValue *Float `xmlrpc:"rating_value,omptempty"` + RecordName *String `xmlrpc:"record_name,omptempty"` + ReplyTo *String `xmlrpc:"reply_to,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + Starred *Bool `xmlrpc:"starred,omptempty"` + StarredPartnerIds *Relation `xmlrpc:"starred_partner_ids,omptempty"` + Subject *String `xmlrpc:"subject,omptempty"` + SubtypeId *Many2One `xmlrpc:"subtype_id,omptempty"` + TrackingValueIds *Relation `xmlrpc:"tracking_value_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailMessages represents array of mail.message model. diff --git a/mail_message_subtype.go b/mail_message_subtype.go index 76c15f07..b4cc74fb 100644 --- a/mail_message_subtype.go +++ b/mail_message_subtype.go @@ -6,22 +6,22 @@ import ( // MailMessageSubtype represents mail.message.subtype model. type MailMessageSubtype struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Default *Bool `xmlrpc:"default,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Hidden *Bool `xmlrpc:"hidden,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Internal *Bool `xmlrpc:"internal,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - RelationField *String `xmlrpc:"relation_field,omitempty"` - ResModel *String `xmlrpc:"res_model,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Default *Bool `xmlrpc:"default,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Hidden *Bool `xmlrpc:"hidden,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Internal *Bool `xmlrpc:"internal,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + RelationField *String `xmlrpc:"relation_field,omptempty"` + ResModel *String `xmlrpc:"res_model,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailMessageSubtypes represents array of mail.message.subtype model. diff --git a/mail_notification.go b/mail_notification.go index 07850ee5..85572403 100644 --- a/mail_notification.go +++ b/mail_notification.go @@ -6,14 +6,14 @@ import ( // MailNotification represents mail.notification model. type MailNotification struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmailStatus *Selection `xmlrpc:"email_status,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IsEmail *Bool `xmlrpc:"is_email,omitempty"` - IsRead *Bool `xmlrpc:"is_read,omitempty"` - MailMessageId *Many2One `xmlrpc:"mail_message_id,omitempty"` - ResPartnerId *Many2One `xmlrpc:"res_partner_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmailStatus *Selection `xmlrpc:"email_status,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IsEmail *Bool `xmlrpc:"is_email,omptempty"` + IsRead *Bool `xmlrpc:"is_read,omptempty"` + MailMessageId *Many2One `xmlrpc:"mail_message_id,omptempty"` + ResPartnerId *Many2One `xmlrpc:"res_partner_id,omptempty"` } // MailNotifications represents array of mail.notification model. diff --git a/mail_shortcode.go b/mail_shortcode.go index 5f047194..e949d50a 100644 --- a/mail_shortcode.go +++ b/mail_shortcode.go @@ -6,18 +6,18 @@ import ( // MailShortcode represents mail.shortcode model. type MailShortcode struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ShortcodeType *Selection `xmlrpc:"shortcode_type,omitempty"` - Source *String `xmlrpc:"source,omitempty"` - Substitution *String `xmlrpc:"substitution,omitempty"` - UnicodeSource *String `xmlrpc:"unicode_source,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ShortcodeType *Selection `xmlrpc:"shortcode_type,omptempty"` + Source *String `xmlrpc:"source,omptempty"` + Substitution *String `xmlrpc:"substitution,omptempty"` + UnicodeSource *String `xmlrpc:"unicode_source,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailShortcodes represents array of mail.shortcode model. diff --git a/mail_statistics_report.go b/mail_statistics_report.go index 5bc2d014..5328c6e1 100644 --- a/mail_statistics_report.go +++ b/mail_statistics_report.go @@ -6,19 +6,19 @@ import ( // MailStatisticsReport represents mail.statistics.report model. type MailStatisticsReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Bounced *Int `xmlrpc:"bounced,omitempty"` - Campaign *String `xmlrpc:"campaign,omitempty"` - Delivered *Int `xmlrpc:"delivered,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmailFrom *String `xmlrpc:"email_from,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Opened *Int `xmlrpc:"opened,omitempty"` - Replied *Int `xmlrpc:"replied,omitempty"` - ScheduledDate *Time `xmlrpc:"scheduled_date,omitempty"` - Sent *Int `xmlrpc:"sent,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Bounced *Int `xmlrpc:"bounced,omptempty"` + Campaign *String `xmlrpc:"campaign,omptempty"` + Delivered *Int `xmlrpc:"delivered,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmailFrom *String `xmlrpc:"email_from,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Opened *Int `xmlrpc:"opened,omptempty"` + Replied *Int `xmlrpc:"replied,omptempty"` + ScheduledDate *Time `xmlrpc:"scheduled_date,omptempty"` + Sent *Int `xmlrpc:"sent,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` } // MailStatisticsReports represents array of mail.statistics.report model. diff --git a/mail_template.go b/mail_template.go index 8cc94e6c..002fbd76 100644 --- a/mail_template.go +++ b/mail_template.go @@ -6,38 +6,38 @@ import ( // MailTemplate represents mail.template model. type MailTemplate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AttachmentIds *Relation `xmlrpc:"attachment_ids,omitempty"` - AutoDelete *Bool `xmlrpc:"auto_delete,omitempty"` - BodyHtml *String `xmlrpc:"body_html,omitempty"` - Copyvalue *String `xmlrpc:"copyvalue,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmailCc *String `xmlrpc:"email_cc,omitempty"` - EmailFrom *String `xmlrpc:"email_from,omitempty"` - EmailTo *String `xmlrpc:"email_to,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Lang *String `xmlrpc:"lang,omitempty"` - MailServerId *Many2One `xmlrpc:"mail_server_id,omitempty"` - Model *String `xmlrpc:"model,omitempty"` - ModelId *Many2One `xmlrpc:"model_id,omitempty"` - ModelObjectField *Many2One `xmlrpc:"model_object_field,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - NullValue *String `xmlrpc:"null_value,omitempty"` - PartnerTo *String `xmlrpc:"partner_to,omitempty"` - RefIrActWindow *Many2One `xmlrpc:"ref_ir_act_window,omitempty"` - ReplyTo *String `xmlrpc:"reply_to,omitempty"` - ReportName *String `xmlrpc:"report_name,omitempty"` - ReportTemplate *Many2One `xmlrpc:"report_template,omitempty"` - ScheduledDate *String `xmlrpc:"scheduled_date,omitempty"` - SubModelObjectField *Many2One `xmlrpc:"sub_model_object_field,omitempty"` - SubObject *Many2One `xmlrpc:"sub_object,omitempty"` - Subject *String `xmlrpc:"subject,omitempty"` - UseDefaultTo *Bool `xmlrpc:"use_default_to,omitempty"` - UserSignature *Bool `xmlrpc:"user_signature,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AttachmentIds *Relation `xmlrpc:"attachment_ids,omptempty"` + AutoDelete *Bool `xmlrpc:"auto_delete,omptempty"` + BodyHtml *String `xmlrpc:"body_html,omptempty"` + Copyvalue *String `xmlrpc:"copyvalue,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmailCc *String `xmlrpc:"email_cc,omptempty"` + EmailFrom *String `xmlrpc:"email_from,omptempty"` + EmailTo *String `xmlrpc:"email_to,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Lang *String `xmlrpc:"lang,omptempty"` + MailServerId *Many2One `xmlrpc:"mail_server_id,omptempty"` + Model *String `xmlrpc:"model,omptempty"` + ModelId *Many2One `xmlrpc:"model_id,omptempty"` + ModelObjectField *Many2One `xmlrpc:"model_object_field,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + NullValue *String `xmlrpc:"null_value,omptempty"` + PartnerTo *String `xmlrpc:"partner_to,omptempty"` + RefIrActWindow *Many2One `xmlrpc:"ref_ir_act_window,omptempty"` + ReplyTo *String `xmlrpc:"reply_to,omptempty"` + ReportName *String `xmlrpc:"report_name,omptempty"` + ReportTemplate *Many2One `xmlrpc:"report_template,omptempty"` + ScheduledDate *String `xmlrpc:"scheduled_date,omptempty"` + SubModelObjectField *Many2One `xmlrpc:"sub_model_object_field,omptempty"` + SubObject *Many2One `xmlrpc:"sub_object,omptempty"` + Subject *String `xmlrpc:"subject,omptempty"` + UseDefaultTo *Bool `xmlrpc:"use_default_to,omptempty"` + UserSignature *Bool `xmlrpc:"user_signature,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailTemplates represents array of mail.template model. diff --git a/mail_test.go b/mail_test.go index 14c66473..d3d0ea8a 100644 --- a/mail_test.go +++ b/mail_test.go @@ -6,36 +6,36 @@ import ( // MailTest represents mail.test model. type MailTest struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AliasContact *Selection `xmlrpc:"alias_contact,omitempty"` - AliasDefaults *String `xmlrpc:"alias_defaults,omitempty"` - AliasDomain *String `xmlrpc:"alias_domain,omitempty"` - AliasForceThreadId *Int `xmlrpc:"alias_force_thread_id,omitempty"` - AliasId *Many2One `xmlrpc:"alias_id,omitempty"` - AliasModelId *Many2One `xmlrpc:"alias_model_id,omitempty"` - AliasName *String `xmlrpc:"alias_name,omitempty"` - AliasParentModelId *Many2One `xmlrpc:"alias_parent_model_id,omitempty"` - AliasParentThreadId *Int `xmlrpc:"alias_parent_thread_id,omitempty"` - AliasUserId *Many2One `xmlrpc:"alias_user_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AliasContact *Selection `xmlrpc:"alias_contact,omptempty"` + AliasDefaults *String `xmlrpc:"alias_defaults,omptempty"` + AliasDomain *String `xmlrpc:"alias_domain,omptempty"` + AliasForceThreadId *Int `xmlrpc:"alias_force_thread_id,omptempty"` + AliasId *Many2One `xmlrpc:"alias_id,omptempty"` + AliasModelId *Many2One `xmlrpc:"alias_model_id,omptempty"` + AliasName *String `xmlrpc:"alias_name,omptempty"` + AliasParentModelId *Many2One `xmlrpc:"alias_parent_model_id,omptempty"` + AliasParentThreadId *Int `xmlrpc:"alias_parent_thread_id,omptempty"` + AliasUserId *Many2One `xmlrpc:"alias_user_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailTests represents array of mail.test model. diff --git a/mail_test_simple.go b/mail_test_simple.go index 4f8ffe7c..d4fd4240 100644 --- a/mail_test_simple.go +++ b/mail_test_simple.go @@ -6,27 +6,27 @@ import ( // MailTestSimple represents mail.test.simple model. type MailTestSimple struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EmailFrom *String `xmlrpc:"email_from,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EmailFrom *String `xmlrpc:"email_from,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailTestSimples represents array of mail.test.simple model. diff --git a/mail_thread.go b/mail_thread.go index bd1b35e7..6515e5bc 100644 --- a/mail_thread.go +++ b/mail_thread.go @@ -6,20 +6,20 @@ import ( // MailThread represents mail.thread model. type MailThread struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` } // MailThreads represents array of mail.thread model. diff --git a/mail_tracking_value.go b/mail_tracking_value.go index ed78a98f..f85e44e8 100644 --- a/mail_tracking_value.go +++ b/mail_tracking_value.go @@ -6,29 +6,29 @@ import ( // MailTrackingValue represents mail.tracking.value model. type MailTrackingValue struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Field *String `xmlrpc:"field,omitempty"` - FieldDesc *String `xmlrpc:"field_desc,omitempty"` - FieldType *String `xmlrpc:"field_type,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MailMessageId *Many2One `xmlrpc:"mail_message_id,omitempty"` - NewValueChar *String `xmlrpc:"new_value_char,omitempty"` - NewValueDatetime *Time `xmlrpc:"new_value_datetime,omitempty"` - NewValueFloat *Float `xmlrpc:"new_value_float,omitempty"` - NewValueInteger *Int `xmlrpc:"new_value_integer,omitempty"` - NewValueMonetary *Float `xmlrpc:"new_value_monetary,omitempty"` - NewValueText *String `xmlrpc:"new_value_text,omitempty"` - OldValueChar *String `xmlrpc:"old_value_char,omitempty"` - OldValueDatetime *Time `xmlrpc:"old_value_datetime,omitempty"` - OldValueFloat *Float `xmlrpc:"old_value_float,omitempty"` - OldValueInteger *Int `xmlrpc:"old_value_integer,omitempty"` - OldValueMonetary *Float `xmlrpc:"old_value_monetary,omitempty"` - OldValueText *String `xmlrpc:"old_value_text,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Field *String `xmlrpc:"field,omptempty"` + FieldDesc *String `xmlrpc:"field_desc,omptempty"` + FieldType *String `xmlrpc:"field_type,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MailMessageId *Many2One `xmlrpc:"mail_message_id,omptempty"` + NewValueChar *String `xmlrpc:"new_value_char,omptempty"` + NewValueDatetime *Time `xmlrpc:"new_value_datetime,omptempty"` + NewValueFloat *Float `xmlrpc:"new_value_float,omptempty"` + NewValueInteger *Int `xmlrpc:"new_value_integer,omptempty"` + NewValueMonetary *Float `xmlrpc:"new_value_monetary,omptempty"` + NewValueText *String `xmlrpc:"new_value_text,omptempty"` + OldValueChar *String `xmlrpc:"old_value_char,omptempty"` + OldValueDatetime *Time `xmlrpc:"old_value_datetime,omptempty"` + OldValueFloat *Float `xmlrpc:"old_value_float,omptempty"` + OldValueInteger *Int `xmlrpc:"old_value_integer,omptempty"` + OldValueMonetary *Float `xmlrpc:"old_value_monetary,omptempty"` + OldValueText *String `xmlrpc:"old_value_text,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailTrackingValues represents array of mail.tracking.value model. diff --git a/mail_wizard_invite.go b/mail_wizard_invite.go index d256733c..e3c8d8ed 100644 --- a/mail_wizard_invite.go +++ b/mail_wizard_invite.go @@ -6,19 +6,19 @@ import ( // MailWizardInvite represents mail.wizard.invite model. type MailWizardInvite struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ChannelIds *Relation `xmlrpc:"channel_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Message *String `xmlrpc:"message,omitempty"` - PartnerIds *Relation `xmlrpc:"partner_ids,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - ResModel *String `xmlrpc:"res_model,omitempty"` - SendMail *Bool `xmlrpc:"send_mail,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ChannelIds *Relation `xmlrpc:"channel_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Message *String `xmlrpc:"message,omptempty"` + PartnerIds *Relation `xmlrpc:"partner_ids,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + ResModel *String `xmlrpc:"res_model,omptempty"` + SendMail *Bool `xmlrpc:"send_mail,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // MailWizardInvites represents array of mail.wizard.invite model. diff --git a/payment_acquirer.go b/payment_acquirer.go index 94a14b49..9e4984d9 100644 --- a/payment_acquirer.go +++ b/payment_acquirer.go @@ -6,48 +6,48 @@ import ( // PaymentAcquirer represents payment.acquirer model. type PaymentAcquirer struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AuthorizeImplemented *Bool `xmlrpc:"authorize_implemented,omitempty"` - CancelMsg *String `xmlrpc:"cancel_msg,omitempty"` - CaptureManually *Bool `xmlrpc:"capture_manually,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CountryIds *Relation `xmlrpc:"country_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - DoneMsg *String `xmlrpc:"done_msg,omitempty"` - Environment *Selection `xmlrpc:"environment,omitempty"` - ErrorMsg *String `xmlrpc:"error_msg,omitempty"` - FeesActive *Bool `xmlrpc:"fees_active,omitempty"` - FeesDomFixed *Float `xmlrpc:"fees_dom_fixed,omitempty"` - FeesDomVar *Float `xmlrpc:"fees_dom_var,omitempty"` - FeesImplemented *Bool `xmlrpc:"fees_implemented,omitempty"` - FeesIntFixed *Float `xmlrpc:"fees_int_fixed,omitempty"` - FeesIntVar *Float `xmlrpc:"fees_int_var,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Image *String `xmlrpc:"image,omitempty"` - ImageMedium *String `xmlrpc:"image_medium,omitempty"` - ImageSmall *String `xmlrpc:"image_small,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - ModuleId *Many2One `xmlrpc:"module_id,omitempty"` - ModuleState *Selection `xmlrpc:"module_state,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PaymentFlow *Selection `xmlrpc:"payment_flow,omitempty"` - PaymentIconIds *Relation `xmlrpc:"payment_icon_ids,omitempty"` - PendingMsg *String `xmlrpc:"pending_msg,omitempty"` - PostMsg *String `xmlrpc:"post_msg,omitempty"` - PreMsg *String `xmlrpc:"pre_msg,omitempty"` - Provider *Selection `xmlrpc:"provider,omitempty"` - RegistrationViewTemplateId *Many2One `xmlrpc:"registration_view_template_id,omitempty"` - SaveToken *Selection `xmlrpc:"save_token,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - SpecificCountries *Bool `xmlrpc:"specific_countries,omitempty"` - TokenImplemented *Bool `xmlrpc:"token_implemented,omitempty"` - ViewTemplateId *Many2One `xmlrpc:"view_template_id,omitempty"` - WebsitePublished *Bool `xmlrpc:"website_published,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AuthorizeImplemented *Bool `xmlrpc:"authorize_implemented,omptempty"` + CancelMsg *String `xmlrpc:"cancel_msg,omptempty"` + CaptureManually *Bool `xmlrpc:"capture_manually,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CountryIds *Relation `xmlrpc:"country_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + DoneMsg *String `xmlrpc:"done_msg,omptempty"` + Environment *Selection `xmlrpc:"environment,omptempty"` + ErrorMsg *String `xmlrpc:"error_msg,omptempty"` + FeesActive *Bool `xmlrpc:"fees_active,omptempty"` + FeesDomFixed *Float `xmlrpc:"fees_dom_fixed,omptempty"` + FeesDomVar *Float `xmlrpc:"fees_dom_var,omptempty"` + FeesImplemented *Bool `xmlrpc:"fees_implemented,omptempty"` + FeesIntFixed *Float `xmlrpc:"fees_int_fixed,omptempty"` + FeesIntVar *Float `xmlrpc:"fees_int_var,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Image *String `xmlrpc:"image,omptempty"` + ImageMedium *String `xmlrpc:"image_medium,omptempty"` + ImageSmall *String `xmlrpc:"image_small,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + ModuleId *Many2One `xmlrpc:"module_id,omptempty"` + ModuleState *Selection `xmlrpc:"module_state,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PaymentFlow *Selection `xmlrpc:"payment_flow,omptempty"` + PaymentIconIds *Relation `xmlrpc:"payment_icon_ids,omptempty"` + PendingMsg *String `xmlrpc:"pending_msg,omptempty"` + PostMsg *String `xmlrpc:"post_msg,omptempty"` + PreMsg *String `xmlrpc:"pre_msg,omptempty"` + Provider *Selection `xmlrpc:"provider,omptempty"` + RegistrationViewTemplateId *Many2One `xmlrpc:"registration_view_template_id,omptempty"` + SaveToken *Selection `xmlrpc:"save_token,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + SpecificCountries *Bool `xmlrpc:"specific_countries,omptempty"` + TokenImplemented *Bool `xmlrpc:"token_implemented,omptempty"` + ViewTemplateId *Many2One `xmlrpc:"view_template_id,omptempty"` + WebsitePublished *Bool `xmlrpc:"website_published,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // PaymentAcquirers represents array of payment.acquirer model. diff --git a/payment_icon.go b/payment_icon.go index e1604315..0070b224 100644 --- a/payment_icon.go +++ b/payment_icon.go @@ -6,17 +6,17 @@ import ( // PaymentIcon represents payment.icon model. type PaymentIcon struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AcquirerIds *Relation `xmlrpc:"acquirer_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Image *String `xmlrpc:"image,omitempty"` - ImagePaymentForm *String `xmlrpc:"image_payment_form,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AcquirerIds *Relation `xmlrpc:"acquirer_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Image *String `xmlrpc:"image,omptempty"` + ImagePaymentForm *String `xmlrpc:"image_payment_form,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // PaymentIcons represents array of payment.icon model. diff --git a/payment_token.go b/payment_token.go index f975bbf7..98496f89 100644 --- a/payment_token.go +++ b/payment_token.go @@ -6,21 +6,21 @@ import ( // PaymentToken represents payment.token model. type PaymentToken struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AcquirerId *Many2One `xmlrpc:"acquirer_id,omitempty"` - AcquirerRef *String `xmlrpc:"acquirer_ref,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PaymentIds *Relation `xmlrpc:"payment_ids,omitempty"` - ShortName *String `xmlrpc:"short_name,omitempty"` - Verified *Bool `xmlrpc:"verified,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AcquirerId *Many2One `xmlrpc:"acquirer_id,omptempty"` + AcquirerRef *String `xmlrpc:"acquirer_ref,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PaymentIds *Relation `xmlrpc:"payment_ids,omptempty"` + ShortName *String `xmlrpc:"short_name,omptempty"` + Verified *Bool `xmlrpc:"verified,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // PaymentTokens represents array of payment.token model. diff --git a/payment_transaction.go b/payment_transaction.go index 294d39e8..8bbcc111 100644 --- a/payment_transaction.go +++ b/payment_transaction.go @@ -6,39 +6,39 @@ import ( // PaymentTransaction represents payment.transaction model. type PaymentTransaction struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AcquirerId *Many2One `xmlrpc:"acquirer_id,omitempty"` - AcquirerReference *String `xmlrpc:"acquirer_reference,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - CallbackHash *String `xmlrpc:"callback_hash,omitempty"` - CallbackMethod *String `xmlrpc:"callback_method,omitempty"` - CallbackModelId *Many2One `xmlrpc:"callback_model_id,omitempty"` - CallbackResId *Int `xmlrpc:"callback_res_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DateValidate *Time `xmlrpc:"date_validate,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Fees *Float `xmlrpc:"fees,omitempty"` - Html3ds *String `xmlrpc:"html_3ds,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PartnerAddress *String `xmlrpc:"partner_address,omitempty"` - PartnerCity *String `xmlrpc:"partner_city,omitempty"` - PartnerCountryId *Many2One `xmlrpc:"partner_country_id,omitempty"` - PartnerEmail *String `xmlrpc:"partner_email,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PartnerLang *Selection `xmlrpc:"partner_lang,omitempty"` - PartnerName *String `xmlrpc:"partner_name,omitempty"` - PartnerPhone *String `xmlrpc:"partner_phone,omitempty"` - PartnerZip *String `xmlrpc:"partner_zip,omitempty"` - PaymentTokenId *Many2One `xmlrpc:"payment_token_id,omitempty"` - Provider *Selection `xmlrpc:"provider,omitempty"` - Reference *String `xmlrpc:"reference,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - StateMessage *String `xmlrpc:"state_message,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AcquirerId *Many2One `xmlrpc:"acquirer_id,omptempty"` + AcquirerReference *String `xmlrpc:"acquirer_reference,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + CallbackHash *String `xmlrpc:"callback_hash,omptempty"` + CallbackMethod *String `xmlrpc:"callback_method,omptempty"` + CallbackModelId *Many2One `xmlrpc:"callback_model_id,omptempty"` + CallbackResId *Int `xmlrpc:"callback_res_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DateValidate *Time `xmlrpc:"date_validate,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Fees *Float `xmlrpc:"fees,omptempty"` + Html3ds *String `xmlrpc:"html_3ds,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PartnerAddress *String `xmlrpc:"partner_address,omptempty"` + PartnerCity *String `xmlrpc:"partner_city,omptempty"` + PartnerCountryId *Many2One `xmlrpc:"partner_country_id,omptempty"` + PartnerEmail *String `xmlrpc:"partner_email,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PartnerLang *Selection `xmlrpc:"partner_lang,omptempty"` + PartnerName *String `xmlrpc:"partner_name,omptempty"` + PartnerPhone *String `xmlrpc:"partner_phone,omptempty"` + PartnerZip *String `xmlrpc:"partner_zip,omptempty"` + PaymentTokenId *Many2One `xmlrpc:"payment_token_id,omptempty"` + Provider *Selection `xmlrpc:"provider,omptempty"` + Reference *String `xmlrpc:"reference,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + StateMessage *String `xmlrpc:"state_message,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // PaymentTransactions represents array of payment.transaction model. diff --git a/portal_mixin.go b/portal_mixin.go index b58daab7..e3f1baa4 100644 --- a/portal_mixin.go +++ b/portal_mixin.go @@ -6,10 +6,10 @@ import ( // PortalMixin represents portal.mixin model. type PortalMixin struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PortalUrl *String `xmlrpc:"portal_url,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PortalUrl *String `xmlrpc:"portal_url,omptempty"` } // PortalMixins represents array of portal.mixin model. diff --git a/portal_wizard.go b/portal_wizard.go index 0124edda..1f52a58d 100644 --- a/portal_wizard.go +++ b/portal_wizard.go @@ -6,16 +6,16 @@ import ( // PortalWizard represents portal.wizard model. type PortalWizard struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PortalId *Many2One `xmlrpc:"portal_id,omitempty"` - UserIds *Relation `xmlrpc:"user_ids,omitempty"` - WelcomeMessage *String `xmlrpc:"welcome_message,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PortalId *Many2One `xmlrpc:"portal_id,omptempty"` + UserIds *Relation `xmlrpc:"user_ids,omptempty"` + WelcomeMessage *String `xmlrpc:"welcome_message,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // PortalWizards represents array of portal.wizard model. diff --git a/portal_wizard_user.go b/portal_wizard_user.go index ee1a93f4..240a825b 100644 --- a/portal_wizard_user.go +++ b/portal_wizard_user.go @@ -6,18 +6,18 @@ import ( // PortalWizardUser represents portal.wizard.user model. type PortalWizardUser struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Email *String `xmlrpc:"email,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InPortal *Bool `xmlrpc:"in_portal,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WizardId *Many2One `xmlrpc:"wizard_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Email *String `xmlrpc:"email,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InPortal *Bool `xmlrpc:"in_portal,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WizardId *Many2One `xmlrpc:"wizard_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // PortalWizardUsers represents array of portal.wizard.user model. diff --git a/procurement_group.go b/procurement_group.go index 3db666ff..bcdb7637 100644 --- a/procurement_group.go +++ b/procurement_group.go @@ -6,17 +6,17 @@ import ( // ProcurementGroup represents procurement.group model. type ProcurementGroup struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MoveType *Selection `xmlrpc:"move_type,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - SaleId *Many2One `xmlrpc:"sale_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MoveType *Selection `xmlrpc:"move_type,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + SaleId *Many2One `xmlrpc:"sale_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProcurementGroups represents array of procurement.group model. diff --git a/procurement_rule.go b/procurement_rule.go index 1aed67fe..97085c8b 100644 --- a/procurement_rule.go +++ b/procurement_rule.go @@ -6,31 +6,31 @@ import ( // ProcurementRule represents procurement.rule model. type ProcurementRule struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Action *Selection `xmlrpc:"action,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Delay *Int `xmlrpc:"delay,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - GroupId *Many2One `xmlrpc:"group_id,omitempty"` - GroupPropagationOption *Selection `xmlrpc:"group_propagation_option,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - LocationSrcId *Many2One `xmlrpc:"location_src_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PartnerAddressId *Many2One `xmlrpc:"partner_address_id,omitempty"` - PickingTypeId *Many2One `xmlrpc:"picking_type_id,omitempty"` - ProcureMethod *Selection `xmlrpc:"procure_method,omitempty"` - Propagate *Bool `xmlrpc:"propagate,omitempty"` - PropagateWarehouseId *Many2One `xmlrpc:"propagate_warehouse_id,omitempty"` - RouteId *Many2One `xmlrpc:"route_id,omitempty"` - RouteSequence *Int `xmlrpc:"route_sequence,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WarehouseId *Many2One `xmlrpc:"warehouse_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Action *Selection `xmlrpc:"action,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Delay *Int `xmlrpc:"delay,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + GroupId *Many2One `xmlrpc:"group_id,omptempty"` + GroupPropagationOption *Selection `xmlrpc:"group_propagation_option,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + LocationSrcId *Many2One `xmlrpc:"location_src_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PartnerAddressId *Many2One `xmlrpc:"partner_address_id,omptempty"` + PickingTypeId *Many2One `xmlrpc:"picking_type_id,omptempty"` + ProcureMethod *Selection `xmlrpc:"procure_method,omptempty"` + Propagate *Bool `xmlrpc:"propagate,omptempty"` + PropagateWarehouseId *Many2One `xmlrpc:"propagate_warehouse_id,omptempty"` + RouteId *Many2One `xmlrpc:"route_id,omptempty"` + RouteSequence *Int `xmlrpc:"route_sequence,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WarehouseId *Many2One `xmlrpc:"warehouse_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProcurementRules represents array of procurement.rule model. diff --git a/product_attribute.go b/product_attribute.go index 5cd8c9b1..e992c9d6 100644 --- a/product_attribute.go +++ b/product_attribute.go @@ -6,18 +6,18 @@ import ( // ProductAttribute represents product.attribute model. type ProductAttribute struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AttributeLineIds *Relation `xmlrpc:"attribute_line_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CreateVariant *Bool `xmlrpc:"create_variant,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - ValueIds *Relation `xmlrpc:"value_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AttributeLineIds *Relation `xmlrpc:"attribute_line_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CreateVariant *Bool `xmlrpc:"create_variant,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + ValueIds *Relation `xmlrpc:"value_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductAttributes represents array of product.attribute model. diff --git a/product_attribute_line.go b/product_attribute_line.go index 2ae3d090..38728e13 100644 --- a/product_attribute_line.go +++ b/product_attribute_line.go @@ -6,16 +6,16 @@ import ( // ProductAttributeLine represents product.attribute.line model. type ProductAttributeLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AttributeId *Many2One `xmlrpc:"attribute_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omitempty"` - ValueIds *Relation `xmlrpc:"value_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AttributeId *Many2One `xmlrpc:"attribute_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omptempty"` + ValueIds *Relation `xmlrpc:"value_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductAttributeLines represents array of product.attribute.line model. diff --git a/product_attribute_price.go b/product_attribute_price.go index 6333bb1e..3caaa563 100644 --- a/product_attribute_price.go +++ b/product_attribute_price.go @@ -6,16 +6,16 @@ import ( // ProductAttributePrice represents product.attribute.price model. type ProductAttributePrice struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PriceExtra *Float `xmlrpc:"price_extra,omitempty"` - ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omitempty"` - ValueId *Many2One `xmlrpc:"value_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PriceExtra *Float `xmlrpc:"price_extra,omptempty"` + ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omptempty"` + ValueId *Many2One `xmlrpc:"value_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductAttributePrices represents array of product.attribute.price model. diff --git a/product_attribute_value.go b/product_attribute_value.go index 0dacee0d..7c0c8ff9 100644 --- a/product_attribute_value.go +++ b/product_attribute_value.go @@ -6,19 +6,19 @@ import ( // ProductAttributeValue represents product.attribute.value model. type ProductAttributeValue struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AttributeId *Many2One `xmlrpc:"attribute_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PriceExtra *Float `xmlrpc:"price_extra,omitempty"` - PriceIds *Relation `xmlrpc:"price_ids,omitempty"` - ProductIds *Relation `xmlrpc:"product_ids,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AttributeId *Many2One `xmlrpc:"attribute_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PriceExtra *Float `xmlrpc:"price_extra,omptempty"` + PriceIds *Relation `xmlrpc:"price_ids,omptempty"` + ProductIds *Relation `xmlrpc:"product_ids,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductAttributeValues represents array of product.attribute.value model. diff --git a/product_category.go b/product_category.go index 15ac0d75..850c3daf 100644 --- a/product_category.go +++ b/product_category.go @@ -6,32 +6,32 @@ import ( // ProductCategory represents product.category model. type ProductCategory struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ChildId *Relation `xmlrpc:"child_id,omitempty"` - CompleteName *String `xmlrpc:"complete_name,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - ParentLeft *Int `xmlrpc:"parent_left,omitempty"` - ParentRight *Int `xmlrpc:"parent_right,omitempty"` - ProductCount *Int `xmlrpc:"product_count,omitempty"` - PropertyAccountCreditorPriceDifferenceCateg *Many2One `xmlrpc:"property_account_creditor_price_difference_categ,omitempty"` - PropertyAccountExpenseCategId *Many2One `xmlrpc:"property_account_expense_categ_id,omitempty"` - PropertyAccountIncomeCategId *Many2One `xmlrpc:"property_account_income_categ_id,omitempty"` - PropertyCostMethod *Selection `xmlrpc:"property_cost_method,omitempty"` - PropertyStockAccountInputCategId *Many2One `xmlrpc:"property_stock_account_input_categ_id,omitempty"` - PropertyStockAccountOutputCategId *Many2One `xmlrpc:"property_stock_account_output_categ_id,omitempty"` - PropertyStockJournal *Many2One `xmlrpc:"property_stock_journal,omitempty"` - PropertyStockValuationAccountId *Many2One `xmlrpc:"property_stock_valuation_account_id,omitempty"` - PropertyValuation *Selection `xmlrpc:"property_valuation,omitempty"` - RemovalStrategyId *Many2One `xmlrpc:"removal_strategy_id,omitempty"` - RouteIds *Relation `xmlrpc:"route_ids,omitempty"` - TotalRouteIds *Relation `xmlrpc:"total_route_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ChildId *Relation `xmlrpc:"child_id,omptempty"` + CompleteName *String `xmlrpc:"complete_name,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + ParentLeft *Int `xmlrpc:"parent_left,omptempty"` + ParentRight *Int `xmlrpc:"parent_right,omptempty"` + ProductCount *Int `xmlrpc:"product_count,omptempty"` + PropertyAccountCreditorPriceDifferenceCateg *Many2One `xmlrpc:"property_account_creditor_price_difference_categ,omptempty"` + PropertyAccountExpenseCategId *Many2One `xmlrpc:"property_account_expense_categ_id,omptempty"` + PropertyAccountIncomeCategId *Many2One `xmlrpc:"property_account_income_categ_id,omptempty"` + PropertyCostMethod *Selection `xmlrpc:"property_cost_method,omptempty"` + PropertyStockAccountInputCategId *Many2One `xmlrpc:"property_stock_account_input_categ_id,omptempty"` + PropertyStockAccountOutputCategId *Many2One `xmlrpc:"property_stock_account_output_categ_id,omptempty"` + PropertyStockJournal *Many2One `xmlrpc:"property_stock_journal,omptempty"` + PropertyStockValuationAccountId *Many2One `xmlrpc:"property_stock_valuation_account_id,omptempty"` + PropertyValuation *Selection `xmlrpc:"property_valuation,omptempty"` + RemovalStrategyId *Many2One `xmlrpc:"removal_strategy_id,omptempty"` + RouteIds *Relation `xmlrpc:"route_ids,omptempty"` + TotalRouteIds *Relation `xmlrpc:"total_route_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductCategorys represents array of product.category model. diff --git a/product_packaging.go b/product_packaging.go index 80a817e9..913448e5 100644 --- a/product_packaging.go +++ b/product_packaging.go @@ -6,18 +6,18 @@ import ( // ProductPackaging represents product.packaging model. type ProductPackaging struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Barcode *String `xmlrpc:"barcode,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - Qty *Float `xmlrpc:"qty,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Barcode *String `xmlrpc:"barcode,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + Qty *Float `xmlrpc:"qty,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductPackagings represents array of product.packaging model. diff --git a/product_price_history.go b/product_price_history.go index 9d2e5905..8e55d72b 100644 --- a/product_price_history.go +++ b/product_price_history.go @@ -6,17 +6,17 @@ import ( // ProductPriceHistory represents product.price.history model. type ProductPriceHistory struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - Cost *Float `xmlrpc:"cost,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Datetime *Time `xmlrpc:"datetime,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + Cost *Float `xmlrpc:"cost,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Datetime *Time `xmlrpc:"datetime,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductPriceHistorys represents array of product.price.history model. diff --git a/product_price_list.go b/product_price_list.go index b2cf277d..2738a017 100644 --- a/product_price_list.go +++ b/product_price_list.go @@ -6,19 +6,19 @@ import ( // ProductPriceList represents product.price_list model. type ProductPriceList struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PriceList *Many2One `xmlrpc:"price_list,omitempty"` - Qty1 *Int `xmlrpc:"qty1,omitempty"` - Qty2 *Int `xmlrpc:"qty2,omitempty"` - Qty3 *Int `xmlrpc:"qty3,omitempty"` - Qty4 *Int `xmlrpc:"qty4,omitempty"` - Qty5 *Int `xmlrpc:"qty5,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PriceList *Many2One `xmlrpc:"price_list,omptempty"` + Qty1 *Int `xmlrpc:"qty1,omptempty"` + Qty2 *Int `xmlrpc:"qty2,omptempty"` + Qty3 *Int `xmlrpc:"qty3,omptempty"` + Qty4 *Int `xmlrpc:"qty4,omptempty"` + Qty5 *Int `xmlrpc:"qty5,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductPriceLists represents array of product.price_list model. diff --git a/product_pricelist.go b/product_pricelist.go index 094f6ae6..36fc4b0c 100644 --- a/product_pricelist.go +++ b/product_pricelist.go @@ -6,21 +6,21 @@ import ( // ProductPricelist represents product.pricelist model. type ProductPricelist struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CountryGroupIds *Relation `xmlrpc:"country_group_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DiscountPolicy *Selection `xmlrpc:"discount_policy,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ItemIds *Relation `xmlrpc:"item_ids,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CountryGroupIds *Relation `xmlrpc:"country_group_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DiscountPolicy *Selection `xmlrpc:"discount_policy,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ItemIds *Relation `xmlrpc:"item_ids,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductPricelists represents array of product.pricelist model. diff --git a/product_pricelist_item.go b/product_pricelist_item.go index acef69ef..1923ec69 100644 --- a/product_pricelist_item.go +++ b/product_pricelist_item.go @@ -6,35 +6,35 @@ import ( // ProductPricelistItem represents product.pricelist.item model. type ProductPricelistItem struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AppliedOn *Selection `xmlrpc:"applied_on,omitempty"` - Base *Selection `xmlrpc:"base,omitempty"` - BasePricelistId *Many2One `xmlrpc:"base_pricelist_id,omitempty"` - CategId *Many2One `xmlrpc:"categ_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - ComputePrice *Selection `xmlrpc:"compute_price,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DateEnd *Time `xmlrpc:"date_end,omitempty"` - DateStart *Time `xmlrpc:"date_start,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FixedPrice *Float `xmlrpc:"fixed_price,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MinQuantity *Int `xmlrpc:"min_quantity,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PercentPrice *Float `xmlrpc:"percent_price,omitempty"` - Price *String `xmlrpc:"price,omitempty"` - PriceDiscount *Float `xmlrpc:"price_discount,omitempty"` - PriceMaxMargin *Float `xmlrpc:"price_max_margin,omitempty"` - PriceMinMargin *Float `xmlrpc:"price_min_margin,omitempty"` - PriceRound *Float `xmlrpc:"price_round,omitempty"` - PriceSurcharge *Float `xmlrpc:"price_surcharge,omitempty"` - PricelistId *Many2One `xmlrpc:"pricelist_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AppliedOn *Selection `xmlrpc:"applied_on,omptempty"` + Base *Selection `xmlrpc:"base,omptempty"` + BasePricelistId *Many2One `xmlrpc:"base_pricelist_id,omptempty"` + CategId *Many2One `xmlrpc:"categ_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + ComputePrice *Selection `xmlrpc:"compute_price,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DateEnd *Time `xmlrpc:"date_end,omptempty"` + DateStart *Time `xmlrpc:"date_start,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FixedPrice *Float `xmlrpc:"fixed_price,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MinQuantity *Int `xmlrpc:"min_quantity,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PercentPrice *Float `xmlrpc:"percent_price,omptempty"` + Price *String `xmlrpc:"price,omptempty"` + PriceDiscount *Float `xmlrpc:"price_discount,omptempty"` + PriceMaxMargin *Float `xmlrpc:"price_max_margin,omptempty"` + PriceMinMargin *Float `xmlrpc:"price_min_margin,omptempty"` + PriceRound *Float `xmlrpc:"price_round,omptempty"` + PriceSurcharge *Float `xmlrpc:"price_surcharge,omptempty"` + PricelistId *Many2One `xmlrpc:"pricelist_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductPricelistItems represents array of product.pricelist.item model. diff --git a/product_product.go b/product_product.go index 10686fd8..c662ceff 100644 --- a/product_product.go +++ b/product_product.go @@ -6,124 +6,124 @@ import ( // ProductProduct represents product.product model. type ProductProduct struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - ActivityState *Selection `xmlrpc:"activity_state,omitempty"` - ActivitySummary *String `xmlrpc:"activity_summary,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - ActivityUserId *Many2One `xmlrpc:"activity_user_id,omitempty"` - AttributeLineIds *Relation `xmlrpc:"attribute_line_ids,omitempty"` - AttributeValueIds *Relation `xmlrpc:"attribute_value_ids,omitempty"` - Barcode *String `xmlrpc:"barcode,omitempty"` - CategId *Many2One `xmlrpc:"categ_id,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CostMethod *String `xmlrpc:"cost_method,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DefaultCode *String `xmlrpc:"default_code,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DescriptionPicking *String `xmlrpc:"description_picking,omitempty"` - DescriptionPickingin *String `xmlrpc:"description_pickingin,omitempty"` - DescriptionPickingout *String `xmlrpc:"description_pickingout,omitempty"` - DescriptionPurchase *String `xmlrpc:"description_purchase,omitempty"` - DescriptionSale *String `xmlrpc:"description_sale,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - ExpensePolicy *Selection `xmlrpc:"expense_policy,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Image *String `xmlrpc:"image,omitempty"` - ImageMedium *String `xmlrpc:"image_medium,omitempty"` - ImageSmall *String `xmlrpc:"image_small,omitempty"` - ImageVariant *String `xmlrpc:"image_variant,omitempty"` - IncomingQty *Float `xmlrpc:"incoming_qty,omitempty"` - InvoicePolicy *Selection `xmlrpc:"invoice_policy,omitempty"` - IsProductVariant *Bool `xmlrpc:"is_product_variant,omitempty"` - ItemIds *Relation `xmlrpc:"item_ids,omitempty"` - ListPrice *Float `xmlrpc:"list_price,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - LstPrice *Float `xmlrpc:"lst_price,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - NbrReorderingRules *Int `xmlrpc:"nbr_reordering_rules,omitempty"` - OrderpointIds *Relation `xmlrpc:"orderpoint_ids,omitempty"` - OutgoingQty *Float `xmlrpc:"outgoing_qty,omitempty"` - PackagingIds *Relation `xmlrpc:"packaging_ids,omitempty"` - PartnerRef *String `xmlrpc:"partner_ref,omitempty"` - Price *Float `xmlrpc:"price,omitempty"` - PriceExtra *Float `xmlrpc:"price_extra,omitempty"` - PricelistId *Many2One `xmlrpc:"pricelist_id,omitempty"` - PricelistItemIds *Relation `xmlrpc:"pricelist_item_ids,omitempty"` - ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omitempty"` - ProductVariantCount *Int `xmlrpc:"product_variant_count,omitempty"` - ProductVariantId *Many2One `xmlrpc:"product_variant_id,omitempty"` - ProductVariantIds *Relation `xmlrpc:"product_variant_ids,omitempty"` - ProjectId *Many2One `xmlrpc:"project_id,omitempty"` - PropertyAccountCreditorPriceDifference *Many2One `xmlrpc:"property_account_creditor_price_difference,omitempty"` - PropertyAccountExpenseId *Many2One `xmlrpc:"property_account_expense_id,omitempty"` - PropertyAccountIncomeId *Many2One `xmlrpc:"property_account_income_id,omitempty"` - PropertyCostMethod *Selection `xmlrpc:"property_cost_method,omitempty"` - PropertyStockAccountInput *Many2One `xmlrpc:"property_stock_account_input,omitempty"` - PropertyStockAccountOutput *Many2One `xmlrpc:"property_stock_account_output,omitempty"` - PropertyStockInventory *Many2One `xmlrpc:"property_stock_inventory,omitempty"` - PropertyStockProduction *Many2One `xmlrpc:"property_stock_production,omitempty"` - PropertyValuation *Selection `xmlrpc:"property_valuation,omitempty"` - PurchaseCount *Int `xmlrpc:"purchase_count,omitempty"` - PurchaseLineWarn *Selection `xmlrpc:"purchase_line_warn,omitempty"` - PurchaseLineWarnMsg *String `xmlrpc:"purchase_line_warn_msg,omitempty"` - PurchaseMethod *Selection `xmlrpc:"purchase_method,omitempty"` - PurchaseOk *Bool `xmlrpc:"purchase_ok,omitempty"` - QtyAtDate *Float `xmlrpc:"qty_at_date,omitempty"` - QtyAvailable *Float `xmlrpc:"qty_available,omitempty"` - Rental *Bool `xmlrpc:"rental,omitempty"` - ReorderingMaxQty *Float `xmlrpc:"reordering_max_qty,omitempty"` - ReorderingMinQty *Float `xmlrpc:"reordering_min_qty,omitempty"` - ResponsibleId *Many2One `xmlrpc:"responsible_id,omitempty"` - RouteFromCategIds *Relation `xmlrpc:"route_from_categ_ids,omitempty"` - RouteIds *Relation `xmlrpc:"route_ids,omitempty"` - SaleDelay *Float `xmlrpc:"sale_delay,omitempty"` - SaleLineWarn *Selection `xmlrpc:"sale_line_warn,omitempty"` - SaleLineWarnMsg *String `xmlrpc:"sale_line_warn_msg,omitempty"` - SaleOk *Bool `xmlrpc:"sale_ok,omitempty"` - SalesCount *Int `xmlrpc:"sales_count,omitempty"` - SellerIds *Relation `xmlrpc:"seller_ids,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - ServicePolicy *Selection `xmlrpc:"service_policy,omitempty"` - ServiceTracking *Selection `xmlrpc:"service_tracking,omitempty"` - ServiceType *Selection `xmlrpc:"service_type,omitempty"` - StandardPrice *Float `xmlrpc:"standard_price,omitempty"` - StockFifoManualMoveIds *Relation `xmlrpc:"stock_fifo_manual_move_ids,omitempty"` - StockFifoRealTimeAmlIds *Relation `xmlrpc:"stock_fifo_real_time_aml_ids,omitempty"` - StockMoveIds *Relation `xmlrpc:"stock_move_ids,omitempty"` - StockQuantIds *Relation `xmlrpc:"stock_quant_ids,omitempty"` - StockValue *Float `xmlrpc:"stock_value,omitempty"` - SupplierTaxesId *Relation `xmlrpc:"supplier_taxes_id,omitempty"` - TaxesId *Relation `xmlrpc:"taxes_id,omitempty"` - Tracking *Selection `xmlrpc:"tracking,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - UomId *Many2One `xmlrpc:"uom_id,omitempty"` - UomPoId *Many2One `xmlrpc:"uom_po_id,omitempty"` - Valuation *String `xmlrpc:"valuation,omitempty"` - VariantSellerIds *Relation `xmlrpc:"variant_seller_ids,omitempty"` - VirtualAvailable *Float `xmlrpc:"virtual_available,omitempty"` - Volume *Float `xmlrpc:"volume,omitempty"` - WarehouseId *Many2One `xmlrpc:"warehouse_id,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - Weight *Float `xmlrpc:"weight,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + ActivityState *Selection `xmlrpc:"activity_state,omptempty"` + ActivitySummary *String `xmlrpc:"activity_summary,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + ActivityUserId *Many2One `xmlrpc:"activity_user_id,omptempty"` + AttributeLineIds *Relation `xmlrpc:"attribute_line_ids,omptempty"` + AttributeValueIds *Relation `xmlrpc:"attribute_value_ids,omptempty"` + Barcode *String `xmlrpc:"barcode,omptempty"` + CategId *Many2One `xmlrpc:"categ_id,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CostMethod *String `xmlrpc:"cost_method,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DefaultCode *String `xmlrpc:"default_code,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DescriptionPicking *String `xmlrpc:"description_picking,omptempty"` + DescriptionPickingin *String `xmlrpc:"description_pickingin,omptempty"` + DescriptionPickingout *String `xmlrpc:"description_pickingout,omptempty"` + DescriptionPurchase *String `xmlrpc:"description_purchase,omptempty"` + DescriptionSale *String `xmlrpc:"description_sale,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + ExpensePolicy *Selection `xmlrpc:"expense_policy,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Image *String `xmlrpc:"image,omptempty"` + ImageMedium *String `xmlrpc:"image_medium,omptempty"` + ImageSmall *String `xmlrpc:"image_small,omptempty"` + ImageVariant *String `xmlrpc:"image_variant,omptempty"` + IncomingQty *Float `xmlrpc:"incoming_qty,omptempty"` + InvoicePolicy *Selection `xmlrpc:"invoice_policy,omptempty"` + IsProductVariant *Bool `xmlrpc:"is_product_variant,omptempty"` + ItemIds *Relation `xmlrpc:"item_ids,omptempty"` + ListPrice *Float `xmlrpc:"list_price,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + LstPrice *Float `xmlrpc:"lst_price,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + NbrReorderingRules *Int `xmlrpc:"nbr_reordering_rules,omptempty"` + OrderpointIds *Relation `xmlrpc:"orderpoint_ids,omptempty"` + OutgoingQty *Float `xmlrpc:"outgoing_qty,omptempty"` + PackagingIds *Relation `xmlrpc:"packaging_ids,omptempty"` + PartnerRef *String `xmlrpc:"partner_ref,omptempty"` + Price *Float `xmlrpc:"price,omptempty"` + PriceExtra *Float `xmlrpc:"price_extra,omptempty"` + PricelistId *Many2One `xmlrpc:"pricelist_id,omptempty"` + PricelistItemIds *Relation `xmlrpc:"pricelist_item_ids,omptempty"` + ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omptempty"` + ProductVariantCount *Int `xmlrpc:"product_variant_count,omptempty"` + ProductVariantId *Many2One `xmlrpc:"product_variant_id,omptempty"` + ProductVariantIds *Relation `xmlrpc:"product_variant_ids,omptempty"` + ProjectId *Many2One `xmlrpc:"project_id,omptempty"` + PropertyAccountCreditorPriceDifference *Many2One `xmlrpc:"property_account_creditor_price_difference,omptempty"` + PropertyAccountExpenseId *Many2One `xmlrpc:"property_account_expense_id,omptempty"` + PropertyAccountIncomeId *Many2One `xmlrpc:"property_account_income_id,omptempty"` + PropertyCostMethod *Selection `xmlrpc:"property_cost_method,omptempty"` + PropertyStockAccountInput *Many2One `xmlrpc:"property_stock_account_input,omptempty"` + PropertyStockAccountOutput *Many2One `xmlrpc:"property_stock_account_output,omptempty"` + PropertyStockInventory *Many2One `xmlrpc:"property_stock_inventory,omptempty"` + PropertyStockProduction *Many2One `xmlrpc:"property_stock_production,omptempty"` + PropertyValuation *Selection `xmlrpc:"property_valuation,omptempty"` + PurchaseCount *Int `xmlrpc:"purchase_count,omptempty"` + PurchaseLineWarn *Selection `xmlrpc:"purchase_line_warn,omptempty"` + PurchaseLineWarnMsg *String `xmlrpc:"purchase_line_warn_msg,omptempty"` + PurchaseMethod *Selection `xmlrpc:"purchase_method,omptempty"` + PurchaseOk *Bool `xmlrpc:"purchase_ok,omptempty"` + QtyAtDate *Float `xmlrpc:"qty_at_date,omptempty"` + QtyAvailable *Float `xmlrpc:"qty_available,omptempty"` + Rental *Bool `xmlrpc:"rental,omptempty"` + ReorderingMaxQty *Float `xmlrpc:"reordering_max_qty,omptempty"` + ReorderingMinQty *Float `xmlrpc:"reordering_min_qty,omptempty"` + ResponsibleId *Many2One `xmlrpc:"responsible_id,omptempty"` + RouteFromCategIds *Relation `xmlrpc:"route_from_categ_ids,omptempty"` + RouteIds *Relation `xmlrpc:"route_ids,omptempty"` + SaleDelay *Float `xmlrpc:"sale_delay,omptempty"` + SaleLineWarn *Selection `xmlrpc:"sale_line_warn,omptempty"` + SaleLineWarnMsg *String `xmlrpc:"sale_line_warn_msg,omptempty"` + SaleOk *Bool `xmlrpc:"sale_ok,omptempty"` + SalesCount *Int `xmlrpc:"sales_count,omptempty"` + SellerIds *Relation `xmlrpc:"seller_ids,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + ServicePolicy *Selection `xmlrpc:"service_policy,omptempty"` + ServiceTracking *Selection `xmlrpc:"service_tracking,omptempty"` + ServiceType *Selection `xmlrpc:"service_type,omptempty"` + StandardPrice *Float `xmlrpc:"standard_price,omptempty"` + StockFifoManualMoveIds *Relation `xmlrpc:"stock_fifo_manual_move_ids,omptempty"` + StockFifoRealTimeAmlIds *Relation `xmlrpc:"stock_fifo_real_time_aml_ids,omptempty"` + StockMoveIds *Relation `xmlrpc:"stock_move_ids,omptempty"` + StockQuantIds *Relation `xmlrpc:"stock_quant_ids,omptempty"` + StockValue *Float `xmlrpc:"stock_value,omptempty"` + SupplierTaxesId *Relation `xmlrpc:"supplier_taxes_id,omptempty"` + TaxesId *Relation `xmlrpc:"taxes_id,omptempty"` + Tracking *Selection `xmlrpc:"tracking,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + UomId *Many2One `xmlrpc:"uom_id,omptempty"` + UomPoId *Many2One `xmlrpc:"uom_po_id,omptempty"` + Valuation *String `xmlrpc:"valuation,omptempty"` + VariantSellerIds *Relation `xmlrpc:"variant_seller_ids,omptempty"` + VirtualAvailable *Float `xmlrpc:"virtual_available,omptempty"` + Volume *Float `xmlrpc:"volume,omptempty"` + WarehouseId *Many2One `xmlrpc:"warehouse_id,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + Weight *Float `xmlrpc:"weight,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductProducts represents array of product.product model. diff --git a/product_putaway.go b/product_putaway.go index 4a19dc22..160d5053 100644 --- a/product_putaway.go +++ b/product_putaway.go @@ -6,15 +6,15 @@ import ( // ProductPutaway represents product.putaway model. type ProductPutaway struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FixedLocationIds *Relation `xmlrpc:"fixed_location_ids,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FixedLocationIds *Relation `xmlrpc:"fixed_location_ids,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductPutaways represents array of product.putaway model. diff --git a/product_removal.go b/product_removal.go index 36a5f33c..fa8d55a1 100644 --- a/product_removal.go +++ b/product_removal.go @@ -6,15 +6,15 @@ import ( // ProductRemoval represents product.removal model. type ProductRemoval struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Method *String `xmlrpc:"method,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Method *String `xmlrpc:"method,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductRemovals represents array of product.removal model. diff --git a/product_supplierinfo.go b/product_supplierinfo.go index f32961f0..e584720e 100644 --- a/product_supplierinfo.go +++ b/product_supplierinfo.go @@ -6,28 +6,28 @@ import ( // ProductSupplierinfo represents product.supplierinfo model. type ProductSupplierinfo struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DateEnd *Time `xmlrpc:"date_end,omitempty"` - DateStart *Time `xmlrpc:"date_start,omitempty"` - Delay *Int `xmlrpc:"delay,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MinQty *Float `xmlrpc:"min_qty,omitempty"` - Name *Many2One `xmlrpc:"name,omitempty"` - Price *Float `xmlrpc:"price,omitempty"` - ProductCode *String `xmlrpc:"product_code,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductName *String `xmlrpc:"product_name,omitempty"` - ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omitempty"` - ProductUom *Many2One `xmlrpc:"product_uom,omitempty"` - ProductVariantCount *Int `xmlrpc:"product_variant_count,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DateEnd *Time `xmlrpc:"date_end,omptempty"` + DateStart *Time `xmlrpc:"date_start,omptempty"` + Delay *Int `xmlrpc:"delay,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MinQty *Float `xmlrpc:"min_qty,omptempty"` + Name *Many2One `xmlrpc:"name,omptempty"` + Price *Float `xmlrpc:"price,omptempty"` + ProductCode *String `xmlrpc:"product_code,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductName *String `xmlrpc:"product_name,omptempty"` + ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omptempty"` + ProductUom *Many2One `xmlrpc:"product_uom,omptempty"` + ProductVariantCount *Int `xmlrpc:"product_variant_count,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductSupplierinfos represents array of product.supplierinfo model. diff --git a/product_template.go b/product_template.go index 37f288da..f8228073 100644 --- a/product_template.go +++ b/product_template.go @@ -6,110 +6,110 @@ import ( // ProductTemplate represents product.template model. type ProductTemplate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - ActivityState *Selection `xmlrpc:"activity_state,omitempty"` - ActivitySummary *String `xmlrpc:"activity_summary,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - ActivityUserId *Many2One `xmlrpc:"activity_user_id,omitempty"` - AttributeLineIds *Relation `xmlrpc:"attribute_line_ids,omitempty"` - Barcode *String `xmlrpc:"barcode,omitempty"` - CategId *Many2One `xmlrpc:"categ_id,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CostMethod *String `xmlrpc:"cost_method,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DefaultCode *String `xmlrpc:"default_code,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DescriptionPicking *String `xmlrpc:"description_picking,omitempty"` - DescriptionPickingin *String `xmlrpc:"description_pickingin,omitempty"` - DescriptionPickingout *String `xmlrpc:"description_pickingout,omitempty"` - DescriptionPurchase *String `xmlrpc:"description_purchase,omitempty"` - DescriptionSale *String `xmlrpc:"description_sale,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - ExpensePolicy *Selection `xmlrpc:"expense_policy,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Image *String `xmlrpc:"image,omitempty"` - ImageMedium *String `xmlrpc:"image_medium,omitempty"` - ImageSmall *String `xmlrpc:"image_small,omitempty"` - IncomingQty *Float `xmlrpc:"incoming_qty,omitempty"` - InvoicePolicy *Selection `xmlrpc:"invoice_policy,omitempty"` - IsProductVariant *Bool `xmlrpc:"is_product_variant,omitempty"` - ItemIds *Relation `xmlrpc:"item_ids,omitempty"` - ListPrice *Float `xmlrpc:"list_price,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - LstPrice *Float `xmlrpc:"lst_price,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - NbrReorderingRules *Int `xmlrpc:"nbr_reordering_rules,omitempty"` - OutgoingQty *Float `xmlrpc:"outgoing_qty,omitempty"` - PackagingIds *Relation `xmlrpc:"packaging_ids,omitempty"` - Price *Float `xmlrpc:"price,omitempty"` - PricelistId *Many2One `xmlrpc:"pricelist_id,omitempty"` - ProductVariantCount *Int `xmlrpc:"product_variant_count,omitempty"` - ProductVariantId *Many2One `xmlrpc:"product_variant_id,omitempty"` - ProductVariantIds *Relation `xmlrpc:"product_variant_ids,omitempty"` - ProjectId *Many2One `xmlrpc:"project_id,omitempty"` - PropertyAccountCreditorPriceDifference *Many2One `xmlrpc:"property_account_creditor_price_difference,omitempty"` - PropertyAccountExpenseId *Many2One `xmlrpc:"property_account_expense_id,omitempty"` - PropertyAccountIncomeId *Many2One `xmlrpc:"property_account_income_id,omitempty"` - PropertyCostMethod *Selection `xmlrpc:"property_cost_method,omitempty"` - PropertyStockAccountInput *Many2One `xmlrpc:"property_stock_account_input,omitempty"` - PropertyStockAccountOutput *Many2One `xmlrpc:"property_stock_account_output,omitempty"` - PropertyStockInventory *Many2One `xmlrpc:"property_stock_inventory,omitempty"` - PropertyStockProduction *Many2One `xmlrpc:"property_stock_production,omitempty"` - PropertyValuation *Selection `xmlrpc:"property_valuation,omitempty"` - PurchaseCount *Int `xmlrpc:"purchase_count,omitempty"` - PurchaseLineWarn *Selection `xmlrpc:"purchase_line_warn,omitempty"` - PurchaseLineWarnMsg *String `xmlrpc:"purchase_line_warn_msg,omitempty"` - PurchaseMethod *Selection `xmlrpc:"purchase_method,omitempty"` - PurchaseOk *Bool `xmlrpc:"purchase_ok,omitempty"` - QtyAvailable *Float `xmlrpc:"qty_available,omitempty"` - Rental *Bool `xmlrpc:"rental,omitempty"` - ReorderingMaxQty *Float `xmlrpc:"reordering_max_qty,omitempty"` - ReorderingMinQty *Float `xmlrpc:"reordering_min_qty,omitempty"` - ResponsibleId *Many2One `xmlrpc:"responsible_id,omitempty"` - RouteFromCategIds *Relation `xmlrpc:"route_from_categ_ids,omitempty"` - RouteIds *Relation `xmlrpc:"route_ids,omitempty"` - SaleDelay *Float `xmlrpc:"sale_delay,omitempty"` - SaleLineWarn *Selection `xmlrpc:"sale_line_warn,omitempty"` - SaleLineWarnMsg *String `xmlrpc:"sale_line_warn_msg,omitempty"` - SaleOk *Bool `xmlrpc:"sale_ok,omitempty"` - SalesCount *Int `xmlrpc:"sales_count,omitempty"` - SellerIds *Relation `xmlrpc:"seller_ids,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - ServicePolicy *Selection `xmlrpc:"service_policy,omitempty"` - ServiceTracking *Selection `xmlrpc:"service_tracking,omitempty"` - ServiceType *Selection `xmlrpc:"service_type,omitempty"` - StandardPrice *Float `xmlrpc:"standard_price,omitempty"` - SupplierTaxesId *Relation `xmlrpc:"supplier_taxes_id,omitempty"` - TaxesId *Relation `xmlrpc:"taxes_id,omitempty"` - Tracking *Selection `xmlrpc:"tracking,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - UomId *Many2One `xmlrpc:"uom_id,omitempty"` - UomPoId *Many2One `xmlrpc:"uom_po_id,omitempty"` - Valuation *String `xmlrpc:"valuation,omitempty"` - VariantSellerIds *Relation `xmlrpc:"variant_seller_ids,omitempty"` - VirtualAvailable *Float `xmlrpc:"virtual_available,omitempty"` - Volume *Float `xmlrpc:"volume,omitempty"` - WarehouseId *Many2One `xmlrpc:"warehouse_id,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - Weight *Float `xmlrpc:"weight,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + ActivityState *Selection `xmlrpc:"activity_state,omptempty"` + ActivitySummary *String `xmlrpc:"activity_summary,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + ActivityUserId *Many2One `xmlrpc:"activity_user_id,omptempty"` + AttributeLineIds *Relation `xmlrpc:"attribute_line_ids,omptempty"` + Barcode *String `xmlrpc:"barcode,omptempty"` + CategId *Many2One `xmlrpc:"categ_id,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CostMethod *String `xmlrpc:"cost_method,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DefaultCode *String `xmlrpc:"default_code,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DescriptionPicking *String `xmlrpc:"description_picking,omptempty"` + DescriptionPickingin *String `xmlrpc:"description_pickingin,omptempty"` + DescriptionPickingout *String `xmlrpc:"description_pickingout,omptempty"` + DescriptionPurchase *String `xmlrpc:"description_purchase,omptempty"` + DescriptionSale *String `xmlrpc:"description_sale,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + ExpensePolicy *Selection `xmlrpc:"expense_policy,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Image *String `xmlrpc:"image,omptempty"` + ImageMedium *String `xmlrpc:"image_medium,omptempty"` + ImageSmall *String `xmlrpc:"image_small,omptempty"` + IncomingQty *Float `xmlrpc:"incoming_qty,omptempty"` + InvoicePolicy *Selection `xmlrpc:"invoice_policy,omptempty"` + IsProductVariant *Bool `xmlrpc:"is_product_variant,omptempty"` + ItemIds *Relation `xmlrpc:"item_ids,omptempty"` + ListPrice *Float `xmlrpc:"list_price,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + LstPrice *Float `xmlrpc:"lst_price,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + NbrReorderingRules *Int `xmlrpc:"nbr_reordering_rules,omptempty"` + OutgoingQty *Float `xmlrpc:"outgoing_qty,omptempty"` + PackagingIds *Relation `xmlrpc:"packaging_ids,omptempty"` + Price *Float `xmlrpc:"price,omptempty"` + PricelistId *Many2One `xmlrpc:"pricelist_id,omptempty"` + ProductVariantCount *Int `xmlrpc:"product_variant_count,omptempty"` + ProductVariantId *Many2One `xmlrpc:"product_variant_id,omptempty"` + ProductVariantIds *Relation `xmlrpc:"product_variant_ids,omptempty"` + ProjectId *Many2One `xmlrpc:"project_id,omptempty"` + PropertyAccountCreditorPriceDifference *Many2One `xmlrpc:"property_account_creditor_price_difference,omptempty"` + PropertyAccountExpenseId *Many2One `xmlrpc:"property_account_expense_id,omptempty"` + PropertyAccountIncomeId *Many2One `xmlrpc:"property_account_income_id,omptempty"` + PropertyCostMethod *Selection `xmlrpc:"property_cost_method,omptempty"` + PropertyStockAccountInput *Many2One `xmlrpc:"property_stock_account_input,omptempty"` + PropertyStockAccountOutput *Many2One `xmlrpc:"property_stock_account_output,omptempty"` + PropertyStockInventory *Many2One `xmlrpc:"property_stock_inventory,omptempty"` + PropertyStockProduction *Many2One `xmlrpc:"property_stock_production,omptempty"` + PropertyValuation *Selection `xmlrpc:"property_valuation,omptempty"` + PurchaseCount *Int `xmlrpc:"purchase_count,omptempty"` + PurchaseLineWarn *Selection `xmlrpc:"purchase_line_warn,omptempty"` + PurchaseLineWarnMsg *String `xmlrpc:"purchase_line_warn_msg,omptempty"` + PurchaseMethod *Selection `xmlrpc:"purchase_method,omptempty"` + PurchaseOk *Bool `xmlrpc:"purchase_ok,omptempty"` + QtyAvailable *Float `xmlrpc:"qty_available,omptempty"` + Rental *Bool `xmlrpc:"rental,omptempty"` + ReorderingMaxQty *Float `xmlrpc:"reordering_max_qty,omptempty"` + ReorderingMinQty *Float `xmlrpc:"reordering_min_qty,omptempty"` + ResponsibleId *Many2One `xmlrpc:"responsible_id,omptempty"` + RouteFromCategIds *Relation `xmlrpc:"route_from_categ_ids,omptempty"` + RouteIds *Relation `xmlrpc:"route_ids,omptempty"` + SaleDelay *Float `xmlrpc:"sale_delay,omptempty"` + SaleLineWarn *Selection `xmlrpc:"sale_line_warn,omptempty"` + SaleLineWarnMsg *String `xmlrpc:"sale_line_warn_msg,omptempty"` + SaleOk *Bool `xmlrpc:"sale_ok,omptempty"` + SalesCount *Int `xmlrpc:"sales_count,omptempty"` + SellerIds *Relation `xmlrpc:"seller_ids,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + ServicePolicy *Selection `xmlrpc:"service_policy,omptempty"` + ServiceTracking *Selection `xmlrpc:"service_tracking,omptempty"` + ServiceType *Selection `xmlrpc:"service_type,omptempty"` + StandardPrice *Float `xmlrpc:"standard_price,omptempty"` + SupplierTaxesId *Relation `xmlrpc:"supplier_taxes_id,omptempty"` + TaxesId *Relation `xmlrpc:"taxes_id,omptempty"` + Tracking *Selection `xmlrpc:"tracking,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + UomId *Many2One `xmlrpc:"uom_id,omptempty"` + UomPoId *Many2One `xmlrpc:"uom_po_id,omptempty"` + Valuation *String `xmlrpc:"valuation,omptempty"` + VariantSellerIds *Relation `xmlrpc:"variant_seller_ids,omptempty"` + VirtualAvailable *Float `xmlrpc:"virtual_available,omptempty"` + Volume *Float `xmlrpc:"volume,omptempty"` + WarehouseId *Many2One `xmlrpc:"warehouse_id,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + Weight *Float `xmlrpc:"weight,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductTemplates represents array of product.template model. diff --git a/product_uom.go b/product_uom.go index f99bf887..1eb205ef 100644 --- a/product_uom.go +++ b/product_uom.go @@ -6,20 +6,20 @@ import ( // ProductUom represents product.uom model. type ProductUom struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CategoryId *Many2One `xmlrpc:"category_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Factor *Float `xmlrpc:"factor,omitempty"` - FactorInv *Float `xmlrpc:"factor_inv,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Rounding *Float `xmlrpc:"rounding,omitempty"` - UomType *Selection `xmlrpc:"uom_type,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CategoryId *Many2One `xmlrpc:"category_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Factor *Float `xmlrpc:"factor,omptempty"` + FactorInv *Float `xmlrpc:"factor_inv,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Rounding *Float `xmlrpc:"rounding,omptempty"` + UomType *Selection `xmlrpc:"uom_type,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductUoms represents array of product.uom model. diff --git a/product_uom_categ.go b/product_uom_categ.go index 18ce9164..8018bedd 100644 --- a/product_uom_categ.go +++ b/product_uom_categ.go @@ -6,14 +6,14 @@ import ( // ProductUomCateg represents product.uom.categ model. type ProductUomCateg struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProductUomCategs represents array of product.uom.categ model. diff --git a/project_project.go b/project_project.go index 8f24a09f..c5d17e65 100644 --- a/project_project.go +++ b/project_project.go @@ -6,71 +6,71 @@ import ( // ProjectProject represents project.project model. type ProjectProject struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - AliasContact *Selection `xmlrpc:"alias_contact,omitempty"` - AliasDefaults *String `xmlrpc:"alias_defaults,omitempty"` - AliasDomain *String `xmlrpc:"alias_domain,omitempty"` - AliasForceThreadId *Int `xmlrpc:"alias_force_thread_id,omitempty"` - AliasId *Many2One `xmlrpc:"alias_id,omitempty"` - AliasModelId *Many2One `xmlrpc:"alias_model_id,omitempty"` - AliasName *String `xmlrpc:"alias_name,omitempty"` - AliasParentModelId *Many2One `xmlrpc:"alias_parent_model_id,omitempty"` - AliasParentThreadId *Int `xmlrpc:"alias_parent_thread_id,omitempty"` - AliasUserId *Many2One `xmlrpc:"alias_user_id,omitempty"` - AllowTimesheets *Bool `xmlrpc:"allow_timesheets,omitempty"` - AnalyticAccountId *Many2One `xmlrpc:"analytic_account_id,omitempty"` - Balance *Float `xmlrpc:"balance,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CompanyUomId *Many2One `xmlrpc:"company_uom_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Credit *Float `xmlrpc:"credit,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DateStart *Time `xmlrpc:"date_start,omitempty"` - Debit *Float `xmlrpc:"debit,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - DocCount *Int `xmlrpc:"doc_count,omitempty"` - FavoriteUserIds *Relation `xmlrpc:"favorite_user_ids,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IsFavorite *Bool `xmlrpc:"is_favorite,omitempty"` - LabelTasks *String `xmlrpc:"label_tasks,omitempty"` - LineIds *Relation `xmlrpc:"line_ids,omitempty"` - MachineProjectName *String `xmlrpc:"machine_project_name,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PortalUrl *String `xmlrpc:"portal_url,omitempty"` - PrivacyVisibility *Selection `xmlrpc:"privacy_visibility,omitempty"` - ProjectCount *Int `xmlrpc:"project_count,omitempty"` - ProjectCreated *Bool `xmlrpc:"project_created,omitempty"` - ProjectIds *Relation `xmlrpc:"project_ids,omitempty"` - ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omitempty"` - SaleLineId *Many2One `xmlrpc:"sale_line_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - SubtaskProjectId *Many2One `xmlrpc:"subtask_project_id,omitempty"` - TagIds *Relation `xmlrpc:"tag_ids,omitempty"` - TaskCount *Int `xmlrpc:"task_count,omitempty"` - TaskIds *Relation `xmlrpc:"task_ids,omitempty"` - TaskNeedactionCount *Int `xmlrpc:"task_needaction_count,omitempty"` - Tasks *Relation `xmlrpc:"tasks,omitempty"` - TypeIds *Relation `xmlrpc:"type_ids,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + AliasContact *Selection `xmlrpc:"alias_contact,omptempty"` + AliasDefaults *String `xmlrpc:"alias_defaults,omptempty"` + AliasDomain *String `xmlrpc:"alias_domain,omptempty"` + AliasForceThreadId *Int `xmlrpc:"alias_force_thread_id,omptempty"` + AliasId *Many2One `xmlrpc:"alias_id,omptempty"` + AliasModelId *Many2One `xmlrpc:"alias_model_id,omptempty"` + AliasName *String `xmlrpc:"alias_name,omptempty"` + AliasParentModelId *Many2One `xmlrpc:"alias_parent_model_id,omptempty"` + AliasParentThreadId *Int `xmlrpc:"alias_parent_thread_id,omptempty"` + AliasUserId *Many2One `xmlrpc:"alias_user_id,omptempty"` + AllowTimesheets *Bool `xmlrpc:"allow_timesheets,omptempty"` + AnalyticAccountId *Many2One `xmlrpc:"analytic_account_id,omptempty"` + Balance *Float `xmlrpc:"balance,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CompanyUomId *Many2One `xmlrpc:"company_uom_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Credit *Float `xmlrpc:"credit,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DateStart *Time `xmlrpc:"date_start,omptempty"` + Debit *Float `xmlrpc:"debit,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + DocCount *Int `xmlrpc:"doc_count,omptempty"` + FavoriteUserIds *Relation `xmlrpc:"favorite_user_ids,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IsFavorite *Bool `xmlrpc:"is_favorite,omptempty"` + LabelTasks *String `xmlrpc:"label_tasks,omptempty"` + LineIds *Relation `xmlrpc:"line_ids,omptempty"` + MachineProjectName *String `xmlrpc:"machine_project_name,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PortalUrl *String `xmlrpc:"portal_url,omptempty"` + PrivacyVisibility *Selection `xmlrpc:"privacy_visibility,omptempty"` + ProjectCount *Int `xmlrpc:"project_count,omptempty"` + ProjectCreated *Bool `xmlrpc:"project_created,omptempty"` + ProjectIds *Relation `xmlrpc:"project_ids,omptempty"` + ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omptempty"` + SaleLineId *Many2One `xmlrpc:"sale_line_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + SubtaskProjectId *Many2One `xmlrpc:"subtask_project_id,omptempty"` + TagIds *Relation `xmlrpc:"tag_ids,omptempty"` + TaskCount *Int `xmlrpc:"task_count,omptempty"` + TaskIds *Relation `xmlrpc:"task_ids,omptempty"` + TaskNeedactionCount *Int `xmlrpc:"task_needaction_count,omptempty"` + Tasks *Relation `xmlrpc:"tasks,omptempty"` + TypeIds *Relation `xmlrpc:"type_ids,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProjectProjects represents array of project.project model. diff --git a/project_tags.go b/project_tags.go index 1a116b7f..6552aef7 100644 --- a/project_tags.go +++ b/project_tags.go @@ -6,15 +6,15 @@ import ( // ProjectTags represents project.tags model. type ProjectTags struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProjectTagss represents array of project.tags model. diff --git a/project_task.go b/project_task.go index 8d63ed68..e1c732ca 100644 --- a/project_task.go +++ b/project_task.go @@ -6,78 +6,78 @@ import ( // ProjectTask represents project.task model. type ProjectTask struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - ActivityState *Selection `xmlrpc:"activity_state,omitempty"` - ActivitySummary *String `xmlrpc:"activity_summary,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - ActivityUserId *Many2One `xmlrpc:"activity_user_id,omitempty"` - AttachmentIds *Relation `xmlrpc:"attachment_ids,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - ChildrenHours *Float `xmlrpc:"children_hours,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateAssign *Time `xmlrpc:"date_assign,omitempty"` - DateDeadline *Time `xmlrpc:"date_deadline,omitempty"` - DateEnd *Time `xmlrpc:"date_end,omitempty"` - DateLastStageUpdate *Time `xmlrpc:"date_last_stage_update,omitempty"` - DateStart *Time `xmlrpc:"date_start,omitempty"` - DelayHours *Float `xmlrpc:"delay_hours,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - DisplayedImageId *Many2One `xmlrpc:"displayed_image_id,omitempty"` - EffectiveHours *Float `xmlrpc:"effective_hours,omitempty"` - EmailCc *String `xmlrpc:"email_cc,omitempty"` - EmailFrom *String `xmlrpc:"email_from,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - KanbanState *Selection `xmlrpc:"kanban_state,omitempty"` - KanbanStateLabel *String `xmlrpc:"kanban_state_label,omitempty"` - LegendBlocked *String `xmlrpc:"legend_blocked,omitempty"` - LegendDone *String `xmlrpc:"legend_done,omitempty"` - LegendNormal *String `xmlrpc:"legend_normal,omitempty"` - ManagerId *Many2One `xmlrpc:"manager_id,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Notes *String `xmlrpc:"notes,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PlannedHours *Float `xmlrpc:"planned_hours,omitempty"` - PortalUrl *String `xmlrpc:"portal_url,omitempty"` - Priority *Selection `xmlrpc:"priority,omitempty"` - Progress *Float `xmlrpc:"progress,omitempty"` - ProjectId *Many2One `xmlrpc:"project_id,omitempty"` - RemainingHours *Float `xmlrpc:"remaining_hours,omitempty"` - SaleLineId *Many2One `xmlrpc:"sale_line_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - StageId *Many2One `xmlrpc:"stage_id,omitempty"` - SubtaskCount *Int `xmlrpc:"subtask_count,omitempty"` - SubtaskProjectId *Many2One `xmlrpc:"subtask_project_id,omitempty"` - TagIds *Relation `xmlrpc:"tag_ids,omitempty"` - TimesheetIds *Relation `xmlrpc:"timesheet_ids,omitempty"` - TotalHours *Float `xmlrpc:"total_hours,omitempty"` - TotalHoursSpent *Float `xmlrpc:"total_hours_spent,omitempty"` - UserEmail *String `xmlrpc:"user_email,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WorkingDaysClose *Float `xmlrpc:"working_days_close,omitempty"` - WorkingDaysOpen *Float `xmlrpc:"working_days_open,omitempty"` - WorkingHoursClose *Float `xmlrpc:"working_hours_close,omitempty"` - WorkingHoursOpen *Float `xmlrpc:"working_hours_open,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + ActivityState *Selection `xmlrpc:"activity_state,omptempty"` + ActivitySummary *String `xmlrpc:"activity_summary,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + ActivityUserId *Many2One `xmlrpc:"activity_user_id,omptempty"` + AttachmentIds *Relation `xmlrpc:"attachment_ids,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + ChildrenHours *Float `xmlrpc:"children_hours,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateAssign *Time `xmlrpc:"date_assign,omptempty"` + DateDeadline *Time `xmlrpc:"date_deadline,omptempty"` + DateEnd *Time `xmlrpc:"date_end,omptempty"` + DateLastStageUpdate *Time `xmlrpc:"date_last_stage_update,omptempty"` + DateStart *Time `xmlrpc:"date_start,omptempty"` + DelayHours *Float `xmlrpc:"delay_hours,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + DisplayedImageId *Many2One `xmlrpc:"displayed_image_id,omptempty"` + EffectiveHours *Float `xmlrpc:"effective_hours,omptempty"` + EmailCc *String `xmlrpc:"email_cc,omptempty"` + EmailFrom *String `xmlrpc:"email_from,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + KanbanState *Selection `xmlrpc:"kanban_state,omptempty"` + KanbanStateLabel *String `xmlrpc:"kanban_state_label,omptempty"` + LegendBlocked *String `xmlrpc:"legend_blocked,omptempty"` + LegendDone *String `xmlrpc:"legend_done,omptempty"` + LegendNormal *String `xmlrpc:"legend_normal,omptempty"` + ManagerId *Many2One `xmlrpc:"manager_id,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Notes *String `xmlrpc:"notes,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PlannedHours *Float `xmlrpc:"planned_hours,omptempty"` + PortalUrl *String `xmlrpc:"portal_url,omptempty"` + Priority *Selection `xmlrpc:"priority,omptempty"` + Progress *Float `xmlrpc:"progress,omptempty"` + ProjectId *Many2One `xmlrpc:"project_id,omptempty"` + RemainingHours *Float `xmlrpc:"remaining_hours,omptempty"` + SaleLineId *Many2One `xmlrpc:"sale_line_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + StageId *Many2One `xmlrpc:"stage_id,omptempty"` + SubtaskCount *Int `xmlrpc:"subtask_count,omptempty"` + SubtaskProjectId *Many2One `xmlrpc:"subtask_project_id,omptempty"` + TagIds *Relation `xmlrpc:"tag_ids,omptempty"` + TimesheetIds *Relation `xmlrpc:"timesheet_ids,omptempty"` + TotalHours *Float `xmlrpc:"total_hours,omptempty"` + TotalHoursSpent *Float `xmlrpc:"total_hours_spent,omptempty"` + UserEmail *String `xmlrpc:"user_email,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WorkingDaysClose *Float `xmlrpc:"working_days_close,omptempty"` + WorkingDaysOpen *Float `xmlrpc:"working_days_open,omptempty"` + WorkingHoursClose *Float `xmlrpc:"working_hours_close,omptempty"` + WorkingHoursOpen *Float `xmlrpc:"working_hours_open,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProjectTasks represents array of project.task model. diff --git a/project_task_merge_wizard.go b/project_task_merge_wizard.go index 90242cc5..dc1827cd 100644 --- a/project_task_merge_wizard.go +++ b/project_task_merge_wizard.go @@ -6,19 +6,19 @@ import ( // ProjectTaskMergeWizard represents project.task.merge.wizard model. type ProjectTaskMergeWizard struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateNewTask *Bool `xmlrpc:"create_new_task,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - TargetProjectId *Many2One `xmlrpc:"target_project_id,omitempty"` - TargetTaskId *Many2One `xmlrpc:"target_task_id,omitempty"` - TargetTaskName *String `xmlrpc:"target_task_name,omitempty"` - TaskIds *Relation `xmlrpc:"task_ids,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateNewTask *Bool `xmlrpc:"create_new_task,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + TargetProjectId *Many2One `xmlrpc:"target_project_id,omptempty"` + TargetTaskId *Many2One `xmlrpc:"target_task_id,omptempty"` + TargetTaskName *String `xmlrpc:"target_task_name,omptempty"` + TaskIds *Relation `xmlrpc:"task_ids,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProjectTaskMergeWizards represents array of project.task.merge.wizard model. diff --git a/project_task_type.go b/project_task_type.go index cc161adc..0c140838 100644 --- a/project_task_type.go +++ b/project_task_type.go @@ -6,23 +6,23 @@ import ( // ProjectTaskType represents project.task.type model. type ProjectTaskType struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Description *String `xmlrpc:"description,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Fold *Bool `xmlrpc:"fold,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LegendBlocked *String `xmlrpc:"legend_blocked,omitempty"` - LegendDone *String `xmlrpc:"legend_done,omitempty"` - LegendNormal *String `xmlrpc:"legend_normal,omitempty"` - LegendPriority *String `xmlrpc:"legend_priority,omitempty"` - MailTemplateId *Many2One `xmlrpc:"mail_template_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ProjectIds *Relation `xmlrpc:"project_ids,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Description *String `xmlrpc:"description,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Fold *Bool `xmlrpc:"fold,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LegendBlocked *String `xmlrpc:"legend_blocked,omptempty"` + LegendDone *String `xmlrpc:"legend_done,omptempty"` + LegendNormal *String `xmlrpc:"legend_normal,omptempty"` + LegendPriority *String `xmlrpc:"legend_priority,omptempty"` + MailTemplateId *Many2One `xmlrpc:"mail_template_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ProjectIds *Relation `xmlrpc:"project_ids,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ProjectTaskTypes represents array of project.task.type model. diff --git a/publisher_warranty_contract.go b/publisher_warranty_contract.go index 676685a9..5df64ce1 100644 --- a/publisher_warranty_contract.go +++ b/publisher_warranty_contract.go @@ -6,9 +6,9 @@ import ( // PublisherWarrantyContract represents publisher_warranty.contract model. type PublisherWarrantyContract struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // PublisherWarrantyContracts represents array of publisher_warranty.contract model. diff --git a/purchase_order.go b/purchase_order.go index a50e2d19..55217ba5 100644 --- a/purchase_order.go +++ b/purchase_order.go @@ -6,60 +6,60 @@ import ( // PurchaseOrder represents purchase.order model. type PurchaseOrder struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - ActivityState *Selection `xmlrpc:"activity_state,omitempty"` - ActivitySummary *String `xmlrpc:"activity_summary,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - ActivityUserId *Many2One `xmlrpc:"activity_user_id,omitempty"` - AmountTax *Float `xmlrpc:"amount_tax,omitempty"` - AmountTotal *Float `xmlrpc:"amount_total,omitempty"` - AmountUntaxed *Float `xmlrpc:"amount_untaxed,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DateApprove *Time `xmlrpc:"date_approve,omitempty"` - DateOrder *Time `xmlrpc:"date_order,omitempty"` - DatePlanned *Time `xmlrpc:"date_planned,omitempty"` - DefaultLocationDestIdUsage *Selection `xmlrpc:"default_location_dest_id_usage,omitempty"` - DestAddressId *Many2One `xmlrpc:"dest_address_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FiscalPositionId *Many2One `xmlrpc:"fiscal_position_id,omitempty"` - GroupId *Many2One `xmlrpc:"group_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IncotermId *Many2One `xmlrpc:"incoterm_id,omitempty"` - InvoiceCount *Int `xmlrpc:"invoice_count,omitempty"` - InvoiceIds *Relation `xmlrpc:"invoice_ids,omitempty"` - InvoiceStatus *Selection `xmlrpc:"invoice_status,omitempty"` - IsShipped *Bool `xmlrpc:"is_shipped,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Notes *String `xmlrpc:"notes,omitempty"` - OrderLine *Relation `xmlrpc:"order_line,omitempty"` - Origin *String `xmlrpc:"origin,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PartnerRef *String `xmlrpc:"partner_ref,omitempty"` - PaymentTermId *Many2One `xmlrpc:"payment_term_id,omitempty"` - PickingCount *Int `xmlrpc:"picking_count,omitempty"` - PickingIds *Relation `xmlrpc:"picking_ids,omitempty"` - PickingTypeId *Many2One `xmlrpc:"picking_type_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WebsiteUrl *String `xmlrpc:"website_url,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + ActivityState *Selection `xmlrpc:"activity_state,omptempty"` + ActivitySummary *String `xmlrpc:"activity_summary,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + ActivityUserId *Many2One `xmlrpc:"activity_user_id,omptempty"` + AmountTax *Float `xmlrpc:"amount_tax,omptempty"` + AmountTotal *Float `xmlrpc:"amount_total,omptempty"` + AmountUntaxed *Float `xmlrpc:"amount_untaxed,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DateApprove *Time `xmlrpc:"date_approve,omptempty"` + DateOrder *Time `xmlrpc:"date_order,omptempty"` + DatePlanned *Time `xmlrpc:"date_planned,omptempty"` + DefaultLocationDestIdUsage *Selection `xmlrpc:"default_location_dest_id_usage,omptempty"` + DestAddressId *Many2One `xmlrpc:"dest_address_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FiscalPositionId *Many2One `xmlrpc:"fiscal_position_id,omptempty"` + GroupId *Many2One `xmlrpc:"group_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IncotermId *Many2One `xmlrpc:"incoterm_id,omptempty"` + InvoiceCount *Int `xmlrpc:"invoice_count,omptempty"` + InvoiceIds *Relation `xmlrpc:"invoice_ids,omptempty"` + InvoiceStatus *Selection `xmlrpc:"invoice_status,omptempty"` + IsShipped *Bool `xmlrpc:"is_shipped,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Notes *String `xmlrpc:"notes,omptempty"` + OrderLine *Relation `xmlrpc:"order_line,omptempty"` + Origin *String `xmlrpc:"origin,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PartnerRef *String `xmlrpc:"partner_ref,omptempty"` + PaymentTermId *Many2One `xmlrpc:"payment_term_id,omptempty"` + PickingCount *Int `xmlrpc:"picking_count,omptempty"` + PickingIds *Relation `xmlrpc:"picking_ids,omptempty"` + PickingTypeId *Many2One `xmlrpc:"picking_type_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WebsiteUrl *String `xmlrpc:"website_url,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // PurchaseOrders represents array of purchase.order model. diff --git a/purchase_order_line.go b/purchase_order_line.go index 1a5a7f76..28a62459 100644 --- a/purchase_order_line.go +++ b/purchase_order_line.go @@ -6,39 +6,39 @@ import ( // PurchaseOrderLine represents purchase.order.line model. type PurchaseOrderLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountAnalyticId *Many2One `xmlrpc:"account_analytic_id,omitempty"` - AnalyticTagIds *Relation `xmlrpc:"analytic_tag_ids,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DateOrder *Time `xmlrpc:"date_order,omitempty"` - DatePlanned *Time `xmlrpc:"date_planned,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InvoiceLines *Relation `xmlrpc:"invoice_lines,omitempty"` - MoveDestIds *Relation `xmlrpc:"move_dest_ids,omitempty"` - MoveIds *Relation `xmlrpc:"move_ids,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OrderId *Many2One `xmlrpc:"order_id,omitempty"` - OrderpointId *Many2One `xmlrpc:"orderpoint_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PriceSubtotal *Float `xmlrpc:"price_subtotal,omitempty"` - PriceTax *Float `xmlrpc:"price_tax,omitempty"` - PriceTotal *Float `xmlrpc:"price_total,omitempty"` - PriceUnit *Float `xmlrpc:"price_unit,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductImage *String `xmlrpc:"product_image,omitempty"` - ProductQty *Float `xmlrpc:"product_qty,omitempty"` - ProductUom *Many2One `xmlrpc:"product_uom,omitempty"` - QtyInvoiced *Float `xmlrpc:"qty_invoiced,omitempty"` - QtyReceived *Float `xmlrpc:"qty_received,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TaxesId *Relation `xmlrpc:"taxes_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountAnalyticId *Many2One `xmlrpc:"account_analytic_id,omptempty"` + AnalyticTagIds *Relation `xmlrpc:"analytic_tag_ids,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DateOrder *Time `xmlrpc:"date_order,omptempty"` + DatePlanned *Time `xmlrpc:"date_planned,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InvoiceLines *Relation `xmlrpc:"invoice_lines,omptempty"` + MoveDestIds *Relation `xmlrpc:"move_dest_ids,omptempty"` + MoveIds *Relation `xmlrpc:"move_ids,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OrderId *Many2One `xmlrpc:"order_id,omptempty"` + OrderpointId *Many2One `xmlrpc:"orderpoint_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PriceSubtotal *Float `xmlrpc:"price_subtotal,omptempty"` + PriceTax *Float `xmlrpc:"price_tax,omptempty"` + PriceTotal *Float `xmlrpc:"price_total,omptempty"` + PriceUnit *Float `xmlrpc:"price_unit,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductImage *String `xmlrpc:"product_image,omptempty"` + ProductQty *Float `xmlrpc:"product_qty,omptempty"` + ProductUom *Many2One `xmlrpc:"product_uom,omptempty"` + QtyInvoiced *Float `xmlrpc:"qty_invoiced,omptempty"` + QtyReceived *Float `xmlrpc:"qty_received,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TaxesId *Relation `xmlrpc:"taxes_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // PurchaseOrderLines represents array of purchase.order.line model. diff --git a/purchase_report.go b/purchase_report.go index 47bddf0a..6ff65b7f 100644 --- a/purchase_report.go +++ b/purchase_report.go @@ -6,35 +6,35 @@ import ( // PurchaseReport represents purchase.report model. type PurchaseReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountAnalyticId *Many2One `xmlrpc:"account_analytic_id,omitempty"` - CategoryId *Many2One `xmlrpc:"category_id,omitempty"` - CommercialPartnerId *Many2One `xmlrpc:"commercial_partner_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DateApprove *Time `xmlrpc:"date_approve,omitempty"` - DateOrder *Time `xmlrpc:"date_order,omitempty"` - Delay *Float `xmlrpc:"delay,omitempty"` - DelayPass *Float `xmlrpc:"delay_pass,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FiscalPositionId *Many2One `xmlrpc:"fiscal_position_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - NbrLines *Int `xmlrpc:"nbr_lines,omitempty"` - Negociation *Float `xmlrpc:"negociation,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PickingTypeId *Many2One `xmlrpc:"picking_type_id,omitempty"` - PriceAverage *Float `xmlrpc:"price_average,omitempty"` - PriceStandard *Float `xmlrpc:"price_standard,omitempty"` - PriceTotal *Float `xmlrpc:"price_total,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omitempty"` - ProductUom *Many2One `xmlrpc:"product_uom,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - UnitQuantity *Float `xmlrpc:"unit_quantity,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - Volume *Float `xmlrpc:"volume,omitempty"` - Weight *Float `xmlrpc:"weight,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountAnalyticId *Many2One `xmlrpc:"account_analytic_id,omptempty"` + CategoryId *Many2One `xmlrpc:"category_id,omptempty"` + CommercialPartnerId *Many2One `xmlrpc:"commercial_partner_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DateApprove *Time `xmlrpc:"date_approve,omptempty"` + DateOrder *Time `xmlrpc:"date_order,omptempty"` + Delay *Float `xmlrpc:"delay,omptempty"` + DelayPass *Float `xmlrpc:"delay_pass,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FiscalPositionId *Many2One `xmlrpc:"fiscal_position_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + NbrLines *Int `xmlrpc:"nbr_lines,omptempty"` + Negociation *Float `xmlrpc:"negociation,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PickingTypeId *Many2One `xmlrpc:"picking_type_id,omptempty"` + PriceAverage *Float `xmlrpc:"price_average,omptempty"` + PriceStandard *Float `xmlrpc:"price_standard,omptempty"` + PriceTotal *Float `xmlrpc:"price_total,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omptempty"` + ProductUom *Many2One `xmlrpc:"product_uom,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + UnitQuantity *Float `xmlrpc:"unit_quantity,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + Volume *Float `xmlrpc:"volume,omptempty"` + Weight *Float `xmlrpc:"weight,omptempty"` } // PurchaseReports represents array of purchase.report model. diff --git a/queue_job.go b/queue_job.go index 030f3dbe..370ea480 100644 --- a/queue_job.go +++ b/queue_job.go @@ -6,50 +6,50 @@ import ( // QueueJob represents queue.job model. type QueueJob struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - ActivityState *Selection `xmlrpc:"activity_state,omitempty"` - ActivitySummary *String `xmlrpc:"activity_summary,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - ActivityUserId *Many2One `xmlrpc:"activity_user_id,omitempty"` - Args interface{} `xmlrpc:"args,omitempty"` - Channel *String `xmlrpc:"channel,omitempty"` - ChannelMethodName *String `xmlrpc:"channel_method_name,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - DateCreated *Time `xmlrpc:"date_created,omitempty"` - DateDone *Time `xmlrpc:"date_done,omitempty"` - DateEnqueued *Time `xmlrpc:"date_enqueued,omitempty"` - DateStarted *Time `xmlrpc:"date_started,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Eta *Time `xmlrpc:"eta,omitempty"` - ExcInfo *String `xmlrpc:"exc_info,omitempty"` - FuncString *String `xmlrpc:"func_string,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JobFunctionId *Many2One `xmlrpc:"job_function_id,omitempty"` - Kwargs interface{} `xmlrpc:"kwargs,omitempty"` - MaxRetries *Int `xmlrpc:"max_retries,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - MethodName *String `xmlrpc:"method_name,omitempty"` - ModelName *String `xmlrpc:"model_name,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Priority *Int `xmlrpc:"priority,omitempty"` - RecordIds interface{} `xmlrpc:"record_ids,omitempty"` - Result *String `xmlrpc:"result,omitempty"` - Retry *Int `xmlrpc:"retry,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - Uuid *String `xmlrpc:"uuid,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + ActivityState *Selection `xmlrpc:"activity_state,omptempty"` + ActivitySummary *String `xmlrpc:"activity_summary,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + ActivityUserId *Many2One `xmlrpc:"activity_user_id,omptempty"` + Args interface{} `xmlrpc:"args,omptempty"` + Channel *String `xmlrpc:"channel,omptempty"` + ChannelMethodName *String `xmlrpc:"channel_method_name,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + DateCreated *Time `xmlrpc:"date_created,omptempty"` + DateDone *Time `xmlrpc:"date_done,omptempty"` + DateEnqueued *Time `xmlrpc:"date_enqueued,omptempty"` + DateStarted *Time `xmlrpc:"date_started,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Eta *Time `xmlrpc:"eta,omptempty"` + ExcInfo *String `xmlrpc:"exc_info,omptempty"` + FuncString *String `xmlrpc:"func_string,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JobFunctionId *Many2One `xmlrpc:"job_function_id,omptempty"` + Kwargs interface{} `xmlrpc:"kwargs,omptempty"` + MaxRetries *Int `xmlrpc:"max_retries,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + MethodName *String `xmlrpc:"method_name,omptempty"` + ModelName *String `xmlrpc:"model_name,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Priority *Int `xmlrpc:"priority,omptempty"` + RecordIds interface{} `xmlrpc:"record_ids,omptempty"` + Result *String `xmlrpc:"result,omptempty"` + Retry *Int `xmlrpc:"retry,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + Uuid *String `xmlrpc:"uuid,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` } // QueueJobs represents array of queue.job model. diff --git a/queue_job_channel.go b/queue_job_channel.go index 0e9d40d9..fdfbbdd5 100644 --- a/queue_job_channel.go +++ b/queue_job_channel.go @@ -6,17 +6,17 @@ import ( // QueueJobChannel represents queue.job.channel model. type QueueJobChannel struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompleteName *String `xmlrpc:"complete_name,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JobFunctionIds *Relation `xmlrpc:"job_function_ids,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompleteName *String `xmlrpc:"complete_name,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JobFunctionIds *Relation `xmlrpc:"job_function_ids,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // QueueJobChannels represents array of queue.job.channel model. diff --git a/queue_job_function.go b/queue_job_function.go index f09d8da9..80da384b 100644 --- a/queue_job_function.go +++ b/queue_job_function.go @@ -6,12 +6,12 @@ import ( // QueueJobFunction represents queue.job.function model. type QueueJobFunction struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Channel *String `xmlrpc:"channel,omitempty"` - ChannelId *Many2One `xmlrpc:"channel_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Channel *String `xmlrpc:"channel,omptempty"` + ChannelId *Many2One `xmlrpc:"channel_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` } // QueueJobFunctions represents array of queue.job.function model. diff --git a/queue_requeue_job.go b/queue_requeue_job.go index e93c0128..9a5e71a1 100644 --- a/queue_requeue_job.go +++ b/queue_requeue_job.go @@ -6,14 +6,14 @@ import ( // QueueRequeueJob represents queue.requeue.job model. type QueueRequeueJob struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JobIds *Relation `xmlrpc:"job_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JobIds *Relation `xmlrpc:"job_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // QueueRequeueJobs represents array of queue.requeue.job model. diff --git a/rating_mixin.go b/rating_mixin.go index 2111c909..d9dfaa58 100644 --- a/rating_mixin.go +++ b/rating_mixin.go @@ -6,14 +6,14 @@ import ( // RatingMixin represents rating.mixin model. type RatingMixin struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - RatingCount *Int `xmlrpc:"rating_count,omitempty"` - RatingIds *Relation `xmlrpc:"rating_ids,omitempty"` - RatingLastFeedback *String `xmlrpc:"rating_last_feedback,omitempty"` - RatingLastImage *String `xmlrpc:"rating_last_image,omitempty"` - RatingLastValue *Float `xmlrpc:"rating_last_value,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + RatingCount *Int `xmlrpc:"rating_count,omptempty"` + RatingIds *Relation `xmlrpc:"rating_ids,omptempty"` + RatingLastFeedback *String `xmlrpc:"rating_last_feedback,omptempty"` + RatingLastImage *String `xmlrpc:"rating_last_image,omptempty"` + RatingLastValue *Float `xmlrpc:"rating_last_value,omptempty"` } // RatingMixins represents array of rating.mixin model. diff --git a/rating_rating.go b/rating_rating.go index d7091f81..6dfa1238 100644 --- a/rating_rating.go +++ b/rating_rating.go @@ -6,30 +6,30 @@ import ( // RatingRating represents rating.rating model. type RatingRating struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccessToken *String `xmlrpc:"access_token,omitempty"` - Consumed *Bool `xmlrpc:"consumed,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Feedback *String `xmlrpc:"feedback,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MessageId *Many2One `xmlrpc:"message_id,omitempty"` - ParentResId *Int `xmlrpc:"parent_res_id,omitempty"` - ParentResModel *String `xmlrpc:"parent_res_model,omitempty"` - ParentResModelId *Many2One `xmlrpc:"parent_res_model_id,omitempty"` - ParentResName *String `xmlrpc:"parent_res_name,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - RatedPartnerId *Many2One `xmlrpc:"rated_partner_id,omitempty"` - Rating *Float `xmlrpc:"rating,omitempty"` - RatingImage *String `xmlrpc:"rating_image,omitempty"` - RatingText *Selection `xmlrpc:"rating_text,omitempty"` - ResId *Int `xmlrpc:"res_id,omitempty"` - ResModel *String `xmlrpc:"res_model,omitempty"` - ResModelId *Many2One `xmlrpc:"res_model_id,omitempty"` - ResName *String `xmlrpc:"res_name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccessToken *String `xmlrpc:"access_token,omptempty"` + Consumed *Bool `xmlrpc:"consumed,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Feedback *String `xmlrpc:"feedback,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MessageId *Many2One `xmlrpc:"message_id,omptempty"` + ParentResId *Int `xmlrpc:"parent_res_id,omptempty"` + ParentResModel *String `xmlrpc:"parent_res_model,omptempty"` + ParentResModelId *Many2One `xmlrpc:"parent_res_model_id,omptempty"` + ParentResName *String `xmlrpc:"parent_res_name,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + RatedPartnerId *Many2One `xmlrpc:"rated_partner_id,omptempty"` + Rating *Float `xmlrpc:"rating,omptempty"` + RatingImage *String `xmlrpc:"rating_image,omptempty"` + RatingText *Selection `xmlrpc:"rating_text,omptempty"` + ResId *Int `xmlrpc:"res_id,omptempty"` + ResModel *String `xmlrpc:"res_model,omptempty"` + ResModelId *Many2One `xmlrpc:"res_model_id,omptempty"` + ResName *String `xmlrpc:"res_name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // RatingRatings represents array of rating.rating model. diff --git a/report_account_report_agedpartnerbalance.go b/report_account_report_agedpartnerbalance.go index b76d91aa..a8b3d4e9 100644 --- a/report_account_report_agedpartnerbalance.go +++ b/report_account_report_agedpartnerbalance.go @@ -6,9 +6,9 @@ import ( // ReportAccountReportAgedpartnerbalance represents report.account.report_agedpartnerbalance model. type ReportAccountReportAgedpartnerbalance struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // ReportAccountReportAgedpartnerbalances represents array of report.account.report_agedpartnerbalance model. diff --git a/report_account_report_financial.go b/report_account_report_financial.go index 60be80f3..f5a61b0a 100644 --- a/report_account_report_financial.go +++ b/report_account_report_financial.go @@ -6,9 +6,9 @@ import ( // ReportAccountReportFinancial represents report.account.report_financial model. type ReportAccountReportFinancial struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // ReportAccountReportFinancials represents array of report.account.report_financial model. diff --git a/report_account_report_generalledger.go b/report_account_report_generalledger.go index 3b673887..3df302d2 100644 --- a/report_account_report_generalledger.go +++ b/report_account_report_generalledger.go @@ -6,9 +6,9 @@ import ( // ReportAccountReportGeneralledger represents report.account.report_generalledger model. type ReportAccountReportGeneralledger struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // ReportAccountReportGeneralledgers represents array of report.account.report_generalledger model. diff --git a/report_account_report_journal.go b/report_account_report_journal.go index 62fc3da9..b8c63e59 100644 --- a/report_account_report_journal.go +++ b/report_account_report_journal.go @@ -6,9 +6,9 @@ import ( // ReportAccountReportJournal represents report.account.report_journal model. type ReportAccountReportJournal struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // ReportAccountReportJournals represents array of report.account.report_journal model. diff --git a/report_account_report_overdue.go b/report_account_report_overdue.go index f1b63568..01ee3adb 100644 --- a/report_account_report_overdue.go +++ b/report_account_report_overdue.go @@ -6,9 +6,9 @@ import ( // ReportAccountReportOverdue represents report.account.report_overdue model. type ReportAccountReportOverdue struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // ReportAccountReportOverdues represents array of report.account.report_overdue model. diff --git a/report_account_report_partnerledger.go b/report_account_report_partnerledger.go index e39d5895..c6401cd7 100644 --- a/report_account_report_partnerledger.go +++ b/report_account_report_partnerledger.go @@ -6,9 +6,9 @@ import ( // ReportAccountReportPartnerledger represents report.account.report_partnerledger model. type ReportAccountReportPartnerledger struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // ReportAccountReportPartnerledgers represents array of report.account.report_partnerledger model. diff --git a/report_account_report_tax.go b/report_account_report_tax.go index 85a63576..56d289b8 100644 --- a/report_account_report_tax.go +++ b/report_account_report_tax.go @@ -6,9 +6,9 @@ import ( // ReportAccountReportTax represents report.account.report_tax model. type ReportAccountReportTax struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // ReportAccountReportTaxs represents array of report.account.report_tax model. diff --git a/report_account_report_trialbalance.go b/report_account_report_trialbalance.go index 5f9ab409..d228980d 100644 --- a/report_account_report_trialbalance.go +++ b/report_account_report_trialbalance.go @@ -6,9 +6,9 @@ import ( // ReportAccountReportTrialbalance represents report.account.report_trialbalance model. type ReportAccountReportTrialbalance struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // ReportAccountReportTrialbalances represents array of report.account.report_trialbalance model. diff --git a/report_all_channels_sales.go b/report_all_channels_sales.go index a875060a..8279a68c 100644 --- a/report_all_channels_sales.go +++ b/report_all_channels_sales.go @@ -6,24 +6,24 @@ import ( // ReportAllChannelsSales represents report.all.channels.sales model. type ReportAllChannelsSales struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AnalyticAccountId *Many2One `xmlrpc:"analytic_account_id,omitempty"` - CategId *Many2One `xmlrpc:"categ_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - DateOrder *Time `xmlrpc:"date_order,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PriceSubtotal *Float `xmlrpc:"price_subtotal,omitempty"` - PriceTotal *Float `xmlrpc:"price_total,omitempty"` - PricelistId *Many2One `xmlrpc:"pricelist_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductQty *Float `xmlrpc:"product_qty,omitempty"` - ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AnalyticAccountId *Many2One `xmlrpc:"analytic_account_id,omptempty"` + CategId *Many2One `xmlrpc:"categ_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + DateOrder *Time `xmlrpc:"date_order,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PriceSubtotal *Float `xmlrpc:"price_subtotal,omptempty"` + PriceTotal *Float `xmlrpc:"price_total,omptempty"` + PricelistId *Many2One `xmlrpc:"pricelist_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductQty *Float `xmlrpc:"product_qty,omptempty"` + ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` } // ReportAllChannelsSaless represents array of report.all.channels.sales model. diff --git a/report_base_report_irmodulereference.go b/report_base_report_irmodulereference.go index 534d3ae7..3f794fd9 100644 --- a/report_base_report_irmodulereference.go +++ b/report_base_report_irmodulereference.go @@ -6,9 +6,9 @@ import ( // ReportBaseReportIrmodulereference represents report.base.report_irmodulereference model. type ReportBaseReportIrmodulereference struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // ReportBaseReportIrmodulereferences represents array of report.base.report_irmodulereference model. diff --git a/report_hr_holidays_report_holidayssummary.go b/report_hr_holidays_report_holidayssummary.go index 3fe9f6ed..ed45feb7 100644 --- a/report_hr_holidays_report_holidayssummary.go +++ b/report_hr_holidays_report_holidayssummary.go @@ -6,9 +6,9 @@ import ( // ReportHrHolidaysReportHolidayssummary represents report.hr_holidays.report_holidayssummary model. type ReportHrHolidaysReportHolidayssummary struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // ReportHrHolidaysReportHolidayssummarys represents array of report.hr_holidays.report_holidayssummary model. diff --git a/report_paperformat.go b/report_paperformat.go index 00c0f6ca..45b60f1b 100644 --- a/report_paperformat.go +++ b/report_paperformat.go @@ -6,27 +6,27 @@ import ( // ReportPaperformat represents report.paperformat model. type ReportPaperformat struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Default *Bool `xmlrpc:"default,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Dpi *Int `xmlrpc:"dpi,omitempty"` - Format *Selection `xmlrpc:"format,omitempty"` - HeaderLine *Bool `xmlrpc:"header_line,omitempty"` - HeaderSpacing *Int `xmlrpc:"header_spacing,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MarginBottom *Float `xmlrpc:"margin_bottom,omitempty"` - MarginLeft *Float `xmlrpc:"margin_left,omitempty"` - MarginRight *Float `xmlrpc:"margin_right,omitempty"` - MarginTop *Float `xmlrpc:"margin_top,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Orientation *Selection `xmlrpc:"orientation,omitempty"` - PageHeight *Int `xmlrpc:"page_height,omitempty"` - PageWidth *Int `xmlrpc:"page_width,omitempty"` - ReportIds *Relation `xmlrpc:"report_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Default *Bool `xmlrpc:"default,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Dpi *Int `xmlrpc:"dpi,omptempty"` + Format *Selection `xmlrpc:"format,omptempty"` + HeaderLine *Bool `xmlrpc:"header_line,omptempty"` + HeaderSpacing *Int `xmlrpc:"header_spacing,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MarginBottom *Float `xmlrpc:"margin_bottom,omptempty"` + MarginLeft *Float `xmlrpc:"margin_left,omptempty"` + MarginRight *Float `xmlrpc:"margin_right,omptempty"` + MarginTop *Float `xmlrpc:"margin_top,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Orientation *Selection `xmlrpc:"orientation,omptempty"` + PageHeight *Int `xmlrpc:"page_height,omptempty"` + PageWidth *Int `xmlrpc:"page_width,omptempty"` + ReportIds *Relation `xmlrpc:"report_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ReportPaperformats represents array of report.paperformat model. diff --git a/report_product_report_pricelist.go b/report_product_report_pricelist.go index e14f6d44..2e53cddf 100644 --- a/report_product_report_pricelist.go +++ b/report_product_report_pricelist.go @@ -6,9 +6,9 @@ import ( // ReportProductReportPricelist represents report.product.report_pricelist model. type ReportProductReportPricelist struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // ReportProductReportPricelists represents array of report.product.report_pricelist model. diff --git a/report_project_task_user.go b/report_project_task_user.go index 6a1e0c3f..bbc742ee 100644 --- a/report_project_task_user.go +++ b/report_project_task_user.go @@ -6,31 +6,31 @@ import ( // ReportProjectTaskUser represents report.project.task.user model. type ReportProjectTaskUser struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - DateDeadline *Time `xmlrpc:"date_deadline,omitempty"` - DateEnd *Time `xmlrpc:"date_end,omitempty"` - DateLastStageUpdate *Time `xmlrpc:"date_last_stage_update,omitempty"` - DateStart *Time `xmlrpc:"date_start,omitempty"` - DelayEndingsDays *Float `xmlrpc:"delay_endings_days,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - HoursDelay *Float `xmlrpc:"hours_delay,omitempty"` - HoursEffective *Float `xmlrpc:"hours_effective,omitempty"` - HoursPlanned *Float `xmlrpc:"hours_planned,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Nbr *Int `xmlrpc:"nbr,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - Priority *Selection `xmlrpc:"priority,omitempty"` - Progress *Float `xmlrpc:"progress,omitempty"` - ProjectId *Many2One `xmlrpc:"project_id,omitempty"` - RemainingHours *Float `xmlrpc:"remaining_hours,omitempty"` - StageId *Many2One `xmlrpc:"stage_id,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TotalHours *Float `xmlrpc:"total_hours,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WorkingDaysClose *Float `xmlrpc:"working_days_close,omitempty"` - WorkingDaysOpen *Float `xmlrpc:"working_days_open,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + DateDeadline *Time `xmlrpc:"date_deadline,omptempty"` + DateEnd *Time `xmlrpc:"date_end,omptempty"` + DateLastStageUpdate *Time `xmlrpc:"date_last_stage_update,omptempty"` + DateStart *Time `xmlrpc:"date_start,omptempty"` + DelayEndingsDays *Float `xmlrpc:"delay_endings_days,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + HoursDelay *Float `xmlrpc:"hours_delay,omptempty"` + HoursEffective *Float `xmlrpc:"hours_effective,omptempty"` + HoursPlanned *Float `xmlrpc:"hours_planned,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Nbr *Int `xmlrpc:"nbr,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + Priority *Selection `xmlrpc:"priority,omptempty"` + Progress *Float `xmlrpc:"progress,omptempty"` + ProjectId *Many2One `xmlrpc:"project_id,omptempty"` + RemainingHours *Float `xmlrpc:"remaining_hours,omptempty"` + StageId *Many2One `xmlrpc:"stage_id,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TotalHours *Float `xmlrpc:"total_hours,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WorkingDaysClose *Float `xmlrpc:"working_days_close,omptempty"` + WorkingDaysOpen *Float `xmlrpc:"working_days_open,omptempty"` } // ReportProjectTaskUsers represents array of report.project.task.user model. diff --git a/report_sale_report_saleproforma.go b/report_sale_report_saleproforma.go index cb360553..54870b29 100644 --- a/report_sale_report_saleproforma.go +++ b/report_sale_report_saleproforma.go @@ -6,9 +6,9 @@ import ( // ReportSaleReportSaleproforma represents report.sale.report_saleproforma model. type ReportSaleReportSaleproforma struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // ReportSaleReportSaleproformas represents array of report.sale.report_saleproforma model. diff --git a/report_stock_forecast.go b/report_stock_forecast.go index 5fddb1d2..bf614377 100644 --- a/report_stock_forecast.go +++ b/report_stock_forecast.go @@ -6,14 +6,14 @@ import ( // ReportStockForecast represents report.stock.forecast model. type ReportStockForecast struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CumulativeQuantity *Float `xmlrpc:"cumulative_quantity,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omitempty"` - Quantity *Float `xmlrpc:"quantity,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CumulativeQuantity *Float `xmlrpc:"cumulative_quantity,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omptempty"` + Quantity *Float `xmlrpc:"quantity,omptempty"` } // ReportStockForecasts represents array of report.stock.forecast model. diff --git a/res_bank.go b/res_bank.go index 61b83284..14e3d49d 100644 --- a/res_bank.go +++ b/res_bank.go @@ -6,24 +6,24 @@ import ( // ResBank represents res.bank model. type ResBank struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Bic *String `xmlrpc:"bic,omitempty"` - City *String `xmlrpc:"city,omitempty"` - Country *Many2One `xmlrpc:"country,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Email *String `xmlrpc:"email,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Phone *String `xmlrpc:"phone,omitempty"` - State *Many2One `xmlrpc:"state,omitempty"` - Street *String `xmlrpc:"street,omitempty"` - Street2 *String `xmlrpc:"street2,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - Zip *String `xmlrpc:"zip,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Bic *String `xmlrpc:"bic,omptempty"` + City *String `xmlrpc:"city,omptempty"` + Country *Many2One `xmlrpc:"country,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Email *String `xmlrpc:"email,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Phone *String `xmlrpc:"phone,omptempty"` + State *Many2One `xmlrpc:"state,omptempty"` + Street *String `xmlrpc:"street,omptempty"` + Street2 *String `xmlrpc:"street2,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + Zip *String `xmlrpc:"zip,omptempty"` } // ResBanks represents array of res.bank model. diff --git a/res_company.go b/res_company.go index 28b8e380..ed7a3670 100644 --- a/res_company.go +++ b/res_company.go @@ -6,91 +6,91 @@ import ( // ResCompany represents res.company model. type ResCompany struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountNo *String `xmlrpc:"account_no,omitempty"` - AccountOpeningDate *Time `xmlrpc:"account_opening_date,omitempty"` - AccountOpeningJournalId *Many2One `xmlrpc:"account_opening_journal_id,omitempty"` - AccountOpeningMoveId *Many2One `xmlrpc:"account_opening_move_id,omitempty"` - AccountSetupBankDataDone *Bool `xmlrpc:"account_setup_bank_data_done,omitempty"` - AccountSetupBarClosed *Bool `xmlrpc:"account_setup_bar_closed,omitempty"` - AccountSetupCoaDone *Bool `xmlrpc:"account_setup_coa_done,omitempty"` - AccountSetupCompanyDataDone *Bool `xmlrpc:"account_setup_company_data_done,omitempty"` - AccountSetupFyDataDone *Bool `xmlrpc:"account_setup_fy_data_done,omitempty"` - AccountsCodeDigits *Int `xmlrpc:"accounts_code_digits,omitempty"` - AngloSaxonAccounting *Bool `xmlrpc:"anglo_saxon_accounting,omitempty"` - Ape *String `xmlrpc:"ape,omitempty"` - BankAccountCodePrefix *String `xmlrpc:"bank_account_code_prefix,omitempty"` - BankIds *Relation `xmlrpc:"bank_ids,omitempty"` - BankJournalIds *Relation `xmlrpc:"bank_journal_ids,omitempty"` - CashAccountCodePrefix *String `xmlrpc:"cash_account_code_prefix,omitempty"` - ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - City *String `xmlrpc:"city,omitempty"` - CompanyRegistry *String `xmlrpc:"company_registry,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyExchangeJournalId *Many2One `xmlrpc:"currency_exchange_journal_id,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Email *String `xmlrpc:"email,omitempty"` - ExpectsChartOfAccounts *Bool `xmlrpc:"expects_chart_of_accounts,omitempty"` - ExpenseCurrencyExchangeAccountId *Many2One `xmlrpc:"expense_currency_exchange_account_id,omitempty"` - ExternalReportLayout *Selection `xmlrpc:"external_report_layout,omitempty"` - FiscalyearLastDay *Int `xmlrpc:"fiscalyear_last_day,omitempty"` - FiscalyearLastMonth *Selection `xmlrpc:"fiscalyear_last_month,omitempty"` - FiscalyearLockDate *Time `xmlrpc:"fiscalyear_lock_date,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IncomeCurrencyExchangeAccountId *Many2One `xmlrpc:"income_currency_exchange_account_id,omitempty"` - InternalTransitLocationId *Many2One `xmlrpc:"internal_transit_location_id,omitempty"` - LeaveTimesheetProjectId *Many2One `xmlrpc:"leave_timesheet_project_id,omitempty"` - LeaveTimesheetTaskId *Many2One `xmlrpc:"leave_timesheet_task_id,omitempty"` - Logo *String `xmlrpc:"logo,omitempty"` - LogoWeb *String `xmlrpc:"logo_web,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OverdueMsg *String `xmlrpc:"overdue_msg,omitempty"` - PaperformatId *Many2One `xmlrpc:"paperformat_id,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PeriodLockDate *Time `xmlrpc:"period_lock_date,omitempty"` - Phone *String `xmlrpc:"phone,omitempty"` - PoDoubleValidation *Selection `xmlrpc:"po_double_validation,omitempty"` - PoDoubleValidationAmount *Float `xmlrpc:"po_double_validation_amount,omitempty"` - PoLead *Float `xmlrpc:"po_lead,omitempty"` - PoLock *Selection `xmlrpc:"po_lock,omitempty"` - ProjectTimeModeId *Many2One `xmlrpc:"project_time_mode_id,omitempty"` - PropagationMinimumDelta *Int `xmlrpc:"propagation_minimum_delta,omitempty"` - PropertyStockAccountInputCategId *Many2One `xmlrpc:"property_stock_account_input_categ_id,omitempty"` - PropertyStockAccountOutputCategId *Many2One `xmlrpc:"property_stock_account_output_categ_id,omitempty"` - PropertyStockValuationAccountId *Many2One `xmlrpc:"property_stock_valuation_account_id,omitempty"` - ReportFooter *String `xmlrpc:"report_footer,omitempty"` - ReportHeader *String `xmlrpc:"report_header,omitempty"` - ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omitempty"` - ResourceCalendarIds *Relation `xmlrpc:"resource_calendar_ids,omitempty"` - SaleNote *String `xmlrpc:"sale_note,omitempty"` - SecurityLead *Float `xmlrpc:"security_lead,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - Siret *String `xmlrpc:"siret,omitempty"` - SocialFacebook *String `xmlrpc:"social_facebook,omitempty"` - SocialGithub *String `xmlrpc:"social_github,omitempty"` - SocialGoogleplus *String `xmlrpc:"social_googleplus,omitempty"` - SocialLinkedin *String `xmlrpc:"social_linkedin,omitempty"` - SocialTwitter *String `xmlrpc:"social_twitter,omitempty"` - SocialYoutube *String `xmlrpc:"social_youtube,omitempty"` - StateId *Many2One `xmlrpc:"state_id,omitempty"` - Street *String `xmlrpc:"street,omitempty"` - Street2 *String `xmlrpc:"street2,omitempty"` - TaxCalculationRoundingMethod *Selection `xmlrpc:"tax_calculation_rounding_method,omitempty"` - TaxCashBasisJournalId *Many2One `xmlrpc:"tax_cash_basis_journal_id,omitempty"` - TaxExigibility *Bool `xmlrpc:"tax_exigibility,omitempty"` - TransferAccountId *Many2One `xmlrpc:"transfer_account_id,omitempty"` - UserIds *Relation `xmlrpc:"user_ids,omitempty"` - Vat *String `xmlrpc:"vat,omitempty"` - VatCheckVies *Bool `xmlrpc:"vat_check_vies,omitempty"` - Website *String `xmlrpc:"website,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - Zip *String `xmlrpc:"zip,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountNo *String `xmlrpc:"account_no,omptempty"` + AccountOpeningDate *Time `xmlrpc:"account_opening_date,omptempty"` + AccountOpeningJournalId *Many2One `xmlrpc:"account_opening_journal_id,omptempty"` + AccountOpeningMoveId *Many2One `xmlrpc:"account_opening_move_id,omptempty"` + AccountSetupBankDataDone *Bool `xmlrpc:"account_setup_bank_data_done,omptempty"` + AccountSetupBarClosed *Bool `xmlrpc:"account_setup_bar_closed,omptempty"` + AccountSetupCoaDone *Bool `xmlrpc:"account_setup_coa_done,omptempty"` + AccountSetupCompanyDataDone *Bool `xmlrpc:"account_setup_company_data_done,omptempty"` + AccountSetupFyDataDone *Bool `xmlrpc:"account_setup_fy_data_done,omptempty"` + AccountsCodeDigits *Int `xmlrpc:"accounts_code_digits,omptempty"` + AngloSaxonAccounting *Bool `xmlrpc:"anglo_saxon_accounting,omptempty"` + Ape *String `xmlrpc:"ape,omptempty"` + BankAccountCodePrefix *String `xmlrpc:"bank_account_code_prefix,omptempty"` + BankIds *Relation `xmlrpc:"bank_ids,omptempty"` + BankJournalIds *Relation `xmlrpc:"bank_journal_ids,omptempty"` + CashAccountCodePrefix *String `xmlrpc:"cash_account_code_prefix,omptempty"` + ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + City *String `xmlrpc:"city,omptempty"` + CompanyRegistry *String `xmlrpc:"company_registry,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyExchangeJournalId *Many2One `xmlrpc:"currency_exchange_journal_id,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Email *String `xmlrpc:"email,omptempty"` + ExpectsChartOfAccounts *Bool `xmlrpc:"expects_chart_of_accounts,omptempty"` + ExpenseCurrencyExchangeAccountId *Many2One `xmlrpc:"expense_currency_exchange_account_id,omptempty"` + ExternalReportLayout *Selection `xmlrpc:"external_report_layout,omptempty"` + FiscalyearLastDay *Int `xmlrpc:"fiscalyear_last_day,omptempty"` + FiscalyearLastMonth *Selection `xmlrpc:"fiscalyear_last_month,omptempty"` + FiscalyearLockDate *Time `xmlrpc:"fiscalyear_lock_date,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IncomeCurrencyExchangeAccountId *Many2One `xmlrpc:"income_currency_exchange_account_id,omptempty"` + InternalTransitLocationId *Many2One `xmlrpc:"internal_transit_location_id,omptempty"` + LeaveTimesheetProjectId *Many2One `xmlrpc:"leave_timesheet_project_id,omptempty"` + LeaveTimesheetTaskId *Many2One `xmlrpc:"leave_timesheet_task_id,omptempty"` + Logo *String `xmlrpc:"logo,omptempty"` + LogoWeb *String `xmlrpc:"logo_web,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OverdueMsg *String `xmlrpc:"overdue_msg,omptempty"` + PaperformatId *Many2One `xmlrpc:"paperformat_id,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PeriodLockDate *Time `xmlrpc:"period_lock_date,omptempty"` + Phone *String `xmlrpc:"phone,omptempty"` + PoDoubleValidation *Selection `xmlrpc:"po_double_validation,omptempty"` + PoDoubleValidationAmount *Float `xmlrpc:"po_double_validation_amount,omptempty"` + PoLead *Float `xmlrpc:"po_lead,omptempty"` + PoLock *Selection `xmlrpc:"po_lock,omptempty"` + ProjectTimeModeId *Many2One `xmlrpc:"project_time_mode_id,omptempty"` + PropagationMinimumDelta *Int `xmlrpc:"propagation_minimum_delta,omptempty"` + PropertyStockAccountInputCategId *Many2One `xmlrpc:"property_stock_account_input_categ_id,omptempty"` + PropertyStockAccountOutputCategId *Many2One `xmlrpc:"property_stock_account_output_categ_id,omptempty"` + PropertyStockValuationAccountId *Many2One `xmlrpc:"property_stock_valuation_account_id,omptempty"` + ReportFooter *String `xmlrpc:"report_footer,omptempty"` + ReportHeader *String `xmlrpc:"report_header,omptempty"` + ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omptempty"` + ResourceCalendarIds *Relation `xmlrpc:"resource_calendar_ids,omptempty"` + SaleNote *String `xmlrpc:"sale_note,omptempty"` + SecurityLead *Float `xmlrpc:"security_lead,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + Siret *String `xmlrpc:"siret,omptempty"` + SocialFacebook *String `xmlrpc:"social_facebook,omptempty"` + SocialGithub *String `xmlrpc:"social_github,omptempty"` + SocialGoogleplus *String `xmlrpc:"social_googleplus,omptempty"` + SocialLinkedin *String `xmlrpc:"social_linkedin,omptempty"` + SocialTwitter *String `xmlrpc:"social_twitter,omptempty"` + SocialYoutube *String `xmlrpc:"social_youtube,omptempty"` + StateId *Many2One `xmlrpc:"state_id,omptempty"` + Street *String `xmlrpc:"street,omptempty"` + Street2 *String `xmlrpc:"street2,omptempty"` + TaxCalculationRoundingMethod *Selection `xmlrpc:"tax_calculation_rounding_method,omptempty"` + TaxCashBasisJournalId *Many2One `xmlrpc:"tax_cash_basis_journal_id,omptempty"` + TaxExigibility *Bool `xmlrpc:"tax_exigibility,omptempty"` + TransferAccountId *Many2One `xmlrpc:"transfer_account_id,omptempty"` + UserIds *Relation `xmlrpc:"user_ids,omptempty"` + Vat *String `xmlrpc:"vat,omptempty"` + VatCheckVies *Bool `xmlrpc:"vat_check_vies,omptempty"` + Website *String `xmlrpc:"website,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + Zip *String `xmlrpc:"zip,omptempty"` } // ResCompanys represents array of res.company model. diff --git a/res_config.go b/res_config.go index 7ab9719a..2121c4e4 100644 --- a/res_config.go +++ b/res_config.go @@ -6,13 +6,13 @@ import ( // ResConfig represents res.config model. type ResConfig struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResConfigs represents array of res.config model. diff --git a/res_config_installer.go b/res_config_installer.go index 6281589e..53466824 100644 --- a/res_config_installer.go +++ b/res_config_installer.go @@ -6,13 +6,13 @@ import ( // ResConfigInstaller represents res.config.installer model. type ResConfigInstaller struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResConfigInstallers represents array of res.config.installer model. diff --git a/res_config_settings.go b/res_config_settings.go index 89eebe3f..fae6291b 100644 --- a/res_config_settings.go +++ b/res_config_settings.go @@ -6,167 +6,167 @@ import ( // ResConfigSettings represents res.config.settings model. type ResConfigSettings struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountHideSetupBar *Bool `xmlrpc:"account_hide_setup_bar,omitempty"` - AliasDomain *String `xmlrpc:"alias_domain,omitempty"` - AuthSignupResetPassword *Bool `xmlrpc:"auth_signup_reset_password,omitempty"` - AuthSignupTemplateUserId *Many2One `xmlrpc:"auth_signup_template_user_id,omitempty"` - AuthSignupUninvited *Selection `xmlrpc:"auth_signup_uninvited,omitempty"` - AutoDoneSetting *Bool `xmlrpc:"auto_done_setting,omitempty"` - ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omitempty"` - CodeDigits *Int `xmlrpc:"code_digits,omitempty"` - CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CompanySharePartner *Bool `xmlrpc:"company_share_partner,omitempty"` - CompanyShareProduct *Bool `xmlrpc:"company_share_product,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CrmAliasPrefix *String `xmlrpc:"crm_alias_prefix,omitempty"` - CurrencyExchangeJournalId *Many2One `xmlrpc:"currency_exchange_journal_id,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DefaultCustomReportFooter *Bool `xmlrpc:"default_custom_report_footer,omitempty"` - DefaultDepositProductId *Many2One `xmlrpc:"default_deposit_product_id,omitempty"` - DefaultExternalEmailServer *Bool `xmlrpc:"default_external_email_server,omitempty"` - DefaultInvoicePolicy *Selection `xmlrpc:"default_invoice_policy,omitempty"` - DefaultPickingPolicy *Selection `xmlrpc:"default_picking_policy,omitempty"` - DefaultPurchaseMethod *Selection `xmlrpc:"default_purchase_method,omitempty"` - DefaultPurchaseTaxId *Many2One `xmlrpc:"default_purchase_tax_id,omitempty"` - DefaultSaleTaxId *Many2One `xmlrpc:"default_sale_tax_id,omitempty"` - DefaultUserRights *Bool `xmlrpc:"default_user_rights,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - ExternalReportLayout *Selection `xmlrpc:"external_report_layout,omitempty"` - FailCounter *Int `xmlrpc:"fail_counter,omitempty"` - GenerateLeadFromAlias *Bool `xmlrpc:"generate_lead_from_alias,omitempty"` - GroupAnalyticAccountForPurchases *Bool `xmlrpc:"group_analytic_account_for_purchases,omitempty"` - GroupAnalyticAccounting *Bool `xmlrpc:"group_analytic_accounting,omitempty"` - GroupCashRounding *Bool `xmlrpc:"group_cash_rounding,omitempty"` - GroupDiscountPerSoLine *Bool `xmlrpc:"group_discount_per_so_line,omitempty"` - GroupDisplayIncoterm *Bool `xmlrpc:"group_display_incoterm,omitempty"` - GroupManageVendorPrice *Bool `xmlrpc:"group_manage_vendor_price,omitempty"` - GroupMassMailingCampaign *Bool `xmlrpc:"group_mass_mailing_campaign,omitempty"` - GroupMultiCompany *Bool `xmlrpc:"group_multi_company,omitempty"` - GroupMultiCurrency *Bool `xmlrpc:"group_multi_currency,omitempty"` - GroupPricelistItem *Bool `xmlrpc:"group_pricelist_item,omitempty"` - GroupProductPricelist *Bool `xmlrpc:"group_product_pricelist,omitempty"` - GroupProductVariant *Bool `xmlrpc:"group_product_variant,omitempty"` - GroupProformaSales *Bool `xmlrpc:"group_proforma_sales,omitempty"` - GroupRouteSoLines *Bool `xmlrpc:"group_route_so_lines,omitempty"` - GroupSaleDeliveryAddress *Bool `xmlrpc:"group_sale_delivery_address,omitempty"` - GroupSaleLayout *Bool `xmlrpc:"group_sale_layout,omitempty"` - GroupSalePricelist *Bool `xmlrpc:"group_sale_pricelist,omitempty"` - GroupShowPriceSubtotal *Bool `xmlrpc:"group_show_price_subtotal,omitempty"` - GroupShowPriceTotal *Bool `xmlrpc:"group_show_price_total,omitempty"` - GroupStockAdvLocation *Bool `xmlrpc:"group_stock_adv_location,omitempty"` - GroupStockMultiLocations *Bool `xmlrpc:"group_stock_multi_locations,omitempty"` - GroupStockMultiWarehouses *Bool `xmlrpc:"group_stock_multi_warehouses,omitempty"` - GroupStockPackaging *Bool `xmlrpc:"group_stock_packaging,omitempty"` - GroupStockProductionLot *Bool `xmlrpc:"group_stock_production_lot,omitempty"` - GroupStockTrackingLot *Bool `xmlrpc:"group_stock_tracking_lot,omitempty"` - GroupStockTrackingOwner *Bool `xmlrpc:"group_stock_tracking_owner,omitempty"` - GroupSubtaskProject *Bool `xmlrpc:"group_subtask_project,omitempty"` - GroupUom *Bool `xmlrpc:"group_uom,omitempty"` - GroupUseLead *Bool `xmlrpc:"group_use_lead,omitempty"` - GroupWarningAccount *Bool `xmlrpc:"group_warning_account,omitempty"` - GroupWarningPurchase *Bool `xmlrpc:"group_warning_purchase,omitempty"` - GroupWarningSale *Bool `xmlrpc:"group_warning_sale,omitempty"` - GroupWarningStock *Bool `xmlrpc:"group_warning_stock,omitempty"` - HasAccountingEntries *Bool `xmlrpc:"has_accounting_entries,omitempty"` - HasChartOfAccounts *Bool `xmlrpc:"has_chart_of_accounts,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IsInstalledSale *Bool `xmlrpc:"is_installed_sale,omitempty"` - LeaveTimesheetProjectId *Many2One `xmlrpc:"leave_timesheet_project_id,omitempty"` - LeaveTimesheetTaskId *Many2One `xmlrpc:"leave_timesheet_task_id,omitempty"` - LockConfirmedPo *Bool `xmlrpc:"lock_confirmed_po,omitempty"` - ModuleAccount3wayMatch *Bool `xmlrpc:"module_account_3way_match,omitempty"` - ModuleAccountAccountant *Bool `xmlrpc:"module_account_accountant,omitempty"` - ModuleAccountAsset *Bool `xmlrpc:"module_account_asset,omitempty"` - ModuleAccountBankStatementImportCamt *Bool `xmlrpc:"module_account_bank_statement_import_camt,omitempty"` - ModuleAccountBankStatementImportCsv *Bool `xmlrpc:"module_account_bank_statement_import_csv,omitempty"` - ModuleAccountBankStatementImportOfx *Bool `xmlrpc:"module_account_bank_statement_import_ofx,omitempty"` - ModuleAccountBankStatementImportQif *Bool `xmlrpc:"module_account_bank_statement_import_qif,omitempty"` - ModuleAccountBatchDeposit *Bool `xmlrpc:"module_account_batch_deposit,omitempty"` - ModuleAccountBudget *Bool `xmlrpc:"module_account_budget,omitempty"` - ModuleAccountDeferredRevenue *Bool `xmlrpc:"module_account_deferred_revenue,omitempty"` - ModuleAccountPayment *Bool `xmlrpc:"module_account_payment,omitempty"` - ModuleAccountPlaid *Bool `xmlrpc:"module_account_plaid,omitempty"` - ModuleAccountReports *Bool `xmlrpc:"module_account_reports,omitempty"` - ModuleAccountReportsFollowup *Bool `xmlrpc:"module_account_reports_followup,omitempty"` - ModuleAccountSepa *Bool `xmlrpc:"module_account_sepa,omitempty"` - ModuleAccountSepaDirectDebit *Bool `xmlrpc:"module_account_sepa_direct_debit,omitempty"` - ModuleAccountTaxcloud *Bool `xmlrpc:"module_account_taxcloud,omitempty"` - ModuleAccountYodlee *Bool `xmlrpc:"module_account_yodlee,omitempty"` - ModuleAuthLdap *Bool `xmlrpc:"module_auth_ldap,omitempty"` - ModuleAuthOauth *Bool `xmlrpc:"module_auth_oauth,omitempty"` - ModuleBaseGengo *Bool `xmlrpc:"module_base_gengo,omitempty"` - ModuleBaseImport *Bool `xmlrpc:"module_base_import,omitempty"` - ModuleCrmPhoneValidation *Bool `xmlrpc:"module_crm_phone_validation,omitempty"` - ModuleCurrencyRateLive *Bool `xmlrpc:"module_currency_rate_live,omitempty"` - ModuleDelivery *Bool `xmlrpc:"module_delivery,omitempty"` - ModuleDeliveryBpost *Bool `xmlrpc:"module_delivery_bpost,omitempty"` - ModuleDeliveryDhl *Bool `xmlrpc:"module_delivery_dhl,omitempty"` - ModuleDeliveryFedex *Bool `xmlrpc:"module_delivery_fedex,omitempty"` - ModuleDeliveryUps *Bool `xmlrpc:"module_delivery_ups,omitempty"` - ModuleDeliveryUsps *Bool `xmlrpc:"module_delivery_usps,omitempty"` - ModuleGoogleCalendar *Bool `xmlrpc:"module_google_calendar,omitempty"` - ModuleGoogleDrive *Bool `xmlrpc:"module_google_drive,omitempty"` - ModuleGoogleSpreadsheet *Bool `xmlrpc:"module_google_spreadsheet,omitempty"` - ModuleHrOrgChart *Bool `xmlrpc:"module_hr_org_chart,omitempty"` - ModuleHrTimesheet *Bool `xmlrpc:"module_hr_timesheet,omitempty"` - ModuleInterCompanyRules *Bool `xmlrpc:"module_inter_company_rules,omitempty"` - ModuleL10NEuService *Bool `xmlrpc:"module_l10n_eu_service,omitempty"` - ModuleL10NUsCheckPrinting *Bool `xmlrpc:"module_l10n_us_check_printing,omitempty"` - ModulePad *Bool `xmlrpc:"module_pad,omitempty"` - ModulePrintDocsaway *Bool `xmlrpc:"module_print_docsaway,omitempty"` - ModuleProcurementJit *Selection `xmlrpc:"module_procurement_jit,omitempty"` - ModuleProductEmailTemplate *Bool `xmlrpc:"module_product_email_template,omitempty"` - ModuleProductExpiry *Bool `xmlrpc:"module_product_expiry,omitempty"` - ModuleProductMargin *Bool `xmlrpc:"module_product_margin,omitempty"` - ModuleProjectForecast *Bool `xmlrpc:"module_project_forecast,omitempty"` - ModuleProjectTimesheetHolidays *Bool `xmlrpc:"module_project_timesheet_holidays,omitempty"` - ModuleProjectTimesheetSynchro *Bool `xmlrpc:"module_project_timesheet_synchro,omitempty"` - ModulePurchaseRequisition *Bool `xmlrpc:"module_purchase_requisition,omitempty"` - ModuleRatingProject *Bool `xmlrpc:"module_rating_project,omitempty"` - ModuleSaleCoupon *Bool `xmlrpc:"module_sale_coupon,omitempty"` - ModuleSaleMargin *Bool `xmlrpc:"module_sale_margin,omitempty"` - ModuleSaleOrderDates *Bool `xmlrpc:"module_sale_order_dates,omitempty"` - ModuleSalePayment *Bool `xmlrpc:"module_sale_payment,omitempty"` - ModuleSaleTimesheet *Bool `xmlrpc:"module_sale_timesheet,omitempty"` - ModuleStockBarcode *Bool `xmlrpc:"module_stock_barcode,omitempty"` - ModuleStockDropshipping *Bool `xmlrpc:"module_stock_dropshipping,omitempty"` - ModuleStockLandedCosts *Bool `xmlrpc:"module_stock_landed_costs,omitempty"` - ModuleStockPickingBatch *Bool `xmlrpc:"module_stock_picking_batch,omitempty"` - ModuleVoip *Bool `xmlrpc:"module_voip,omitempty"` - ModuleWebClearbit *Bool `xmlrpc:"module_web_clearbit,omitempty"` - ModuleWebsiteQuote *Bool `xmlrpc:"module_website_quote,omitempty"` - ModuleWebsiteSaleDigital *Bool `xmlrpc:"module_website_sale_digital,omitempty"` - MultiSalesPrice *Bool `xmlrpc:"multi_sales_price,omitempty"` - MultiSalesPriceMethod *Selection `xmlrpc:"multi_sales_price_method,omitempty"` - PaperformatId *Many2One `xmlrpc:"paperformat_id,omitempty"` - PoDoubleValidation *Selection `xmlrpc:"po_double_validation,omitempty"` - PoDoubleValidationAmount *Float `xmlrpc:"po_double_validation_amount,omitempty"` - PoLead *Float `xmlrpc:"po_lead,omitempty"` - PoLock *Selection `xmlrpc:"po_lock,omitempty"` - PoOrderApproval *Bool `xmlrpc:"po_order_approval,omitempty"` - PortalConfirmation *Bool `xmlrpc:"portal_confirmation,omitempty"` - PortalConfirmationOptions *Selection `xmlrpc:"portal_confirmation_options,omitempty"` - ProjectTimeModeId *Many2One `xmlrpc:"project_time_mode_id,omitempty"` - PropagationMinimumDelta *Int `xmlrpc:"propagation_minimum_delta,omitempty"` - ReportFooter *String `xmlrpc:"report_footer,omitempty"` - ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omitempty"` - SaleNote *String `xmlrpc:"sale_note,omitempty"` - SalePricelistSetting *Selection `xmlrpc:"sale_pricelist_setting,omitempty"` - SaleShowTax *Selection `xmlrpc:"sale_show_tax,omitempty"` - SecurityLead *Float `xmlrpc:"security_lead,omitempty"` - TaxCalculationRoundingMethod *Selection `xmlrpc:"tax_calculation_rounding_method,omitempty"` - TaxCashBasisJournalId *Many2One `xmlrpc:"tax_cash_basis_journal_id,omitempty"` - TaxExigibility *Bool `xmlrpc:"tax_exigibility,omitempty"` - UsePoLead *Bool `xmlrpc:"use_po_lead,omitempty"` - UsePropagationMinimumDelta *Bool `xmlrpc:"use_propagation_minimum_delta,omitempty"` - UseSaleNote *Bool `xmlrpc:"use_sale_note,omitempty"` - UseSecurityLead *Bool `xmlrpc:"use_security_lead,omitempty"` - VatCheckVies *Bool `xmlrpc:"vat_check_vies,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountHideSetupBar *Bool `xmlrpc:"account_hide_setup_bar,omptempty"` + AliasDomain *String `xmlrpc:"alias_domain,omptempty"` + AuthSignupResetPassword *Bool `xmlrpc:"auth_signup_reset_password,omptempty"` + AuthSignupTemplateUserId *Many2One `xmlrpc:"auth_signup_template_user_id,omptempty"` + AuthSignupUninvited *Selection `xmlrpc:"auth_signup_uninvited,omptempty"` + AutoDoneSetting *Bool `xmlrpc:"auto_done_setting,omptempty"` + ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omptempty"` + CodeDigits *Int `xmlrpc:"code_digits,omptempty"` + CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CompanySharePartner *Bool `xmlrpc:"company_share_partner,omptempty"` + CompanyShareProduct *Bool `xmlrpc:"company_share_product,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CrmAliasPrefix *String `xmlrpc:"crm_alias_prefix,omptempty"` + CurrencyExchangeJournalId *Many2One `xmlrpc:"currency_exchange_journal_id,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DefaultCustomReportFooter *Bool `xmlrpc:"default_custom_report_footer,omptempty"` + DefaultDepositProductId *Many2One `xmlrpc:"default_deposit_product_id,omptempty"` + DefaultExternalEmailServer *Bool `xmlrpc:"default_external_email_server,omptempty"` + DefaultInvoicePolicy *Selection `xmlrpc:"default_invoice_policy,omptempty"` + DefaultPickingPolicy *Selection `xmlrpc:"default_picking_policy,omptempty"` + DefaultPurchaseMethod *Selection `xmlrpc:"default_purchase_method,omptempty"` + DefaultPurchaseTaxId *Many2One `xmlrpc:"default_purchase_tax_id,omptempty"` + DefaultSaleTaxId *Many2One `xmlrpc:"default_sale_tax_id,omptempty"` + DefaultUserRights *Bool `xmlrpc:"default_user_rights,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + ExternalReportLayout *Selection `xmlrpc:"external_report_layout,omptempty"` + FailCounter *Int `xmlrpc:"fail_counter,omptempty"` + GenerateLeadFromAlias *Bool `xmlrpc:"generate_lead_from_alias,omptempty"` + GroupAnalyticAccountForPurchases *Bool `xmlrpc:"group_analytic_account_for_purchases,omptempty"` + GroupAnalyticAccounting *Bool `xmlrpc:"group_analytic_accounting,omptempty"` + GroupCashRounding *Bool `xmlrpc:"group_cash_rounding,omptempty"` + GroupDiscountPerSoLine *Bool `xmlrpc:"group_discount_per_so_line,omptempty"` + GroupDisplayIncoterm *Bool `xmlrpc:"group_display_incoterm,omptempty"` + GroupManageVendorPrice *Bool `xmlrpc:"group_manage_vendor_price,omptempty"` + GroupMassMailingCampaign *Bool `xmlrpc:"group_mass_mailing_campaign,omptempty"` + GroupMultiCompany *Bool `xmlrpc:"group_multi_company,omptempty"` + GroupMultiCurrency *Bool `xmlrpc:"group_multi_currency,omptempty"` + GroupPricelistItem *Bool `xmlrpc:"group_pricelist_item,omptempty"` + GroupProductPricelist *Bool `xmlrpc:"group_product_pricelist,omptempty"` + GroupProductVariant *Bool `xmlrpc:"group_product_variant,omptempty"` + GroupProformaSales *Bool `xmlrpc:"group_proforma_sales,omptempty"` + GroupRouteSoLines *Bool `xmlrpc:"group_route_so_lines,omptempty"` + GroupSaleDeliveryAddress *Bool `xmlrpc:"group_sale_delivery_address,omptempty"` + GroupSaleLayout *Bool `xmlrpc:"group_sale_layout,omptempty"` + GroupSalePricelist *Bool `xmlrpc:"group_sale_pricelist,omptempty"` + GroupShowPriceSubtotal *Bool `xmlrpc:"group_show_price_subtotal,omptempty"` + GroupShowPriceTotal *Bool `xmlrpc:"group_show_price_total,omptempty"` + GroupStockAdvLocation *Bool `xmlrpc:"group_stock_adv_location,omptempty"` + GroupStockMultiLocations *Bool `xmlrpc:"group_stock_multi_locations,omptempty"` + GroupStockMultiWarehouses *Bool `xmlrpc:"group_stock_multi_warehouses,omptempty"` + GroupStockPackaging *Bool `xmlrpc:"group_stock_packaging,omptempty"` + GroupStockProductionLot *Bool `xmlrpc:"group_stock_production_lot,omptempty"` + GroupStockTrackingLot *Bool `xmlrpc:"group_stock_tracking_lot,omptempty"` + GroupStockTrackingOwner *Bool `xmlrpc:"group_stock_tracking_owner,omptempty"` + GroupSubtaskProject *Bool `xmlrpc:"group_subtask_project,omptempty"` + GroupUom *Bool `xmlrpc:"group_uom,omptempty"` + GroupUseLead *Bool `xmlrpc:"group_use_lead,omptempty"` + GroupWarningAccount *Bool `xmlrpc:"group_warning_account,omptempty"` + GroupWarningPurchase *Bool `xmlrpc:"group_warning_purchase,omptempty"` + GroupWarningSale *Bool `xmlrpc:"group_warning_sale,omptempty"` + GroupWarningStock *Bool `xmlrpc:"group_warning_stock,omptempty"` + HasAccountingEntries *Bool `xmlrpc:"has_accounting_entries,omptempty"` + HasChartOfAccounts *Bool `xmlrpc:"has_chart_of_accounts,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IsInstalledSale *Bool `xmlrpc:"is_installed_sale,omptempty"` + LeaveTimesheetProjectId *Many2One `xmlrpc:"leave_timesheet_project_id,omptempty"` + LeaveTimesheetTaskId *Many2One `xmlrpc:"leave_timesheet_task_id,omptempty"` + LockConfirmedPo *Bool `xmlrpc:"lock_confirmed_po,omptempty"` + ModuleAccount3wayMatch *Bool `xmlrpc:"module_account_3way_match,omptempty"` + ModuleAccountAccountant *Bool `xmlrpc:"module_account_accountant,omptempty"` + ModuleAccountAsset *Bool `xmlrpc:"module_account_asset,omptempty"` + ModuleAccountBankStatementImportCamt *Bool `xmlrpc:"module_account_bank_statement_import_camt,omptempty"` + ModuleAccountBankStatementImportCsv *Bool `xmlrpc:"module_account_bank_statement_import_csv,omptempty"` + ModuleAccountBankStatementImportOfx *Bool `xmlrpc:"module_account_bank_statement_import_ofx,omptempty"` + ModuleAccountBankStatementImportQif *Bool `xmlrpc:"module_account_bank_statement_import_qif,omptempty"` + ModuleAccountBatchDeposit *Bool `xmlrpc:"module_account_batch_deposit,omptempty"` + ModuleAccountBudget *Bool `xmlrpc:"module_account_budget,omptempty"` + ModuleAccountDeferredRevenue *Bool `xmlrpc:"module_account_deferred_revenue,omptempty"` + ModuleAccountPayment *Bool `xmlrpc:"module_account_payment,omptempty"` + ModuleAccountPlaid *Bool `xmlrpc:"module_account_plaid,omptempty"` + ModuleAccountReports *Bool `xmlrpc:"module_account_reports,omptempty"` + ModuleAccountReportsFollowup *Bool `xmlrpc:"module_account_reports_followup,omptempty"` + ModuleAccountSepa *Bool `xmlrpc:"module_account_sepa,omptempty"` + ModuleAccountSepaDirectDebit *Bool `xmlrpc:"module_account_sepa_direct_debit,omptempty"` + ModuleAccountTaxcloud *Bool `xmlrpc:"module_account_taxcloud,omptempty"` + ModuleAccountYodlee *Bool `xmlrpc:"module_account_yodlee,omptempty"` + ModuleAuthLdap *Bool `xmlrpc:"module_auth_ldap,omptempty"` + ModuleAuthOauth *Bool `xmlrpc:"module_auth_oauth,omptempty"` + ModuleBaseGengo *Bool `xmlrpc:"module_base_gengo,omptempty"` + ModuleBaseImport *Bool `xmlrpc:"module_base_import,omptempty"` + ModuleCrmPhoneValidation *Bool `xmlrpc:"module_crm_phone_validation,omptempty"` + ModuleCurrencyRateLive *Bool `xmlrpc:"module_currency_rate_live,omptempty"` + ModuleDelivery *Bool `xmlrpc:"module_delivery,omptempty"` + ModuleDeliveryBpost *Bool `xmlrpc:"module_delivery_bpost,omptempty"` + ModuleDeliveryDhl *Bool `xmlrpc:"module_delivery_dhl,omptempty"` + ModuleDeliveryFedex *Bool `xmlrpc:"module_delivery_fedex,omptempty"` + ModuleDeliveryUps *Bool `xmlrpc:"module_delivery_ups,omptempty"` + ModuleDeliveryUsps *Bool `xmlrpc:"module_delivery_usps,omptempty"` + ModuleGoogleCalendar *Bool `xmlrpc:"module_google_calendar,omptempty"` + ModuleGoogleDrive *Bool `xmlrpc:"module_google_drive,omptempty"` + ModuleGoogleSpreadsheet *Bool `xmlrpc:"module_google_spreadsheet,omptempty"` + ModuleHrOrgChart *Bool `xmlrpc:"module_hr_org_chart,omptempty"` + ModuleHrTimesheet *Bool `xmlrpc:"module_hr_timesheet,omptempty"` + ModuleInterCompanyRules *Bool `xmlrpc:"module_inter_company_rules,omptempty"` + ModuleL10NEuService *Bool `xmlrpc:"module_l10n_eu_service,omptempty"` + ModuleL10NUsCheckPrinting *Bool `xmlrpc:"module_l10n_us_check_printing,omptempty"` + ModulePad *Bool `xmlrpc:"module_pad,omptempty"` + ModulePrintDocsaway *Bool `xmlrpc:"module_print_docsaway,omptempty"` + ModuleProcurementJit *Selection `xmlrpc:"module_procurement_jit,omptempty"` + ModuleProductEmailTemplate *Bool `xmlrpc:"module_product_email_template,omptempty"` + ModuleProductExpiry *Bool `xmlrpc:"module_product_expiry,omptempty"` + ModuleProductMargin *Bool `xmlrpc:"module_product_margin,omptempty"` + ModuleProjectForecast *Bool `xmlrpc:"module_project_forecast,omptempty"` + ModuleProjectTimesheetHolidays *Bool `xmlrpc:"module_project_timesheet_holidays,omptempty"` + ModuleProjectTimesheetSynchro *Bool `xmlrpc:"module_project_timesheet_synchro,omptempty"` + ModulePurchaseRequisition *Bool `xmlrpc:"module_purchase_requisition,omptempty"` + ModuleRatingProject *Bool `xmlrpc:"module_rating_project,omptempty"` + ModuleSaleCoupon *Bool `xmlrpc:"module_sale_coupon,omptempty"` + ModuleSaleMargin *Bool `xmlrpc:"module_sale_margin,omptempty"` + ModuleSaleOrderDates *Bool `xmlrpc:"module_sale_order_dates,omptempty"` + ModuleSalePayment *Bool `xmlrpc:"module_sale_payment,omptempty"` + ModuleSaleTimesheet *Bool `xmlrpc:"module_sale_timesheet,omptempty"` + ModuleStockBarcode *Bool `xmlrpc:"module_stock_barcode,omptempty"` + ModuleStockDropshipping *Bool `xmlrpc:"module_stock_dropshipping,omptempty"` + ModuleStockLandedCosts *Bool `xmlrpc:"module_stock_landed_costs,omptempty"` + ModuleStockPickingBatch *Bool `xmlrpc:"module_stock_picking_batch,omptempty"` + ModuleVoip *Bool `xmlrpc:"module_voip,omptempty"` + ModuleWebClearbit *Bool `xmlrpc:"module_web_clearbit,omptempty"` + ModuleWebsiteQuote *Bool `xmlrpc:"module_website_quote,omptempty"` + ModuleWebsiteSaleDigital *Bool `xmlrpc:"module_website_sale_digital,omptempty"` + MultiSalesPrice *Bool `xmlrpc:"multi_sales_price,omptempty"` + MultiSalesPriceMethod *Selection `xmlrpc:"multi_sales_price_method,omptempty"` + PaperformatId *Many2One `xmlrpc:"paperformat_id,omptempty"` + PoDoubleValidation *Selection `xmlrpc:"po_double_validation,omptempty"` + PoDoubleValidationAmount *Float `xmlrpc:"po_double_validation_amount,omptempty"` + PoLead *Float `xmlrpc:"po_lead,omptempty"` + PoLock *Selection `xmlrpc:"po_lock,omptempty"` + PoOrderApproval *Bool `xmlrpc:"po_order_approval,omptempty"` + PortalConfirmation *Bool `xmlrpc:"portal_confirmation,omptempty"` + PortalConfirmationOptions *Selection `xmlrpc:"portal_confirmation_options,omptempty"` + ProjectTimeModeId *Many2One `xmlrpc:"project_time_mode_id,omptempty"` + PropagationMinimumDelta *Int `xmlrpc:"propagation_minimum_delta,omptempty"` + ReportFooter *String `xmlrpc:"report_footer,omptempty"` + ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omptempty"` + SaleNote *String `xmlrpc:"sale_note,omptempty"` + SalePricelistSetting *Selection `xmlrpc:"sale_pricelist_setting,omptempty"` + SaleShowTax *Selection `xmlrpc:"sale_show_tax,omptempty"` + SecurityLead *Float `xmlrpc:"security_lead,omptempty"` + TaxCalculationRoundingMethod *Selection `xmlrpc:"tax_calculation_rounding_method,omptempty"` + TaxCashBasisJournalId *Many2One `xmlrpc:"tax_cash_basis_journal_id,omptempty"` + TaxExigibility *Bool `xmlrpc:"tax_exigibility,omptempty"` + UsePoLead *Bool `xmlrpc:"use_po_lead,omptempty"` + UsePropagationMinimumDelta *Bool `xmlrpc:"use_propagation_minimum_delta,omptempty"` + UseSaleNote *Bool `xmlrpc:"use_sale_note,omptempty"` + UseSecurityLead *Bool `xmlrpc:"use_security_lead,omptempty"` + VatCheckVies *Bool `xmlrpc:"vat_check_vies,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResConfigSettingss represents array of res.config.settings model. diff --git a/res_country.go b/res_country.go index 089989c0..b6f856b3 100644 --- a/res_country.go +++ b/res_country.go @@ -6,24 +6,24 @@ import ( // ResCountry represents res.country model. type ResCountry struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AddressFormat *String `xmlrpc:"address_format,omitempty"` - AddressViewId *Many2One `xmlrpc:"address_view_id,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CountryGroupIds *Relation `xmlrpc:"country_group_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Image *String `xmlrpc:"image,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - NamePosition *Selection `xmlrpc:"name_position,omitempty"` - PhoneCode *Int `xmlrpc:"phone_code,omitempty"` - StateIds *Relation `xmlrpc:"state_ids,omitempty"` - VatLabel *String `xmlrpc:"vat_label,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AddressFormat *String `xmlrpc:"address_format,omptempty"` + AddressViewId *Many2One `xmlrpc:"address_view_id,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CountryGroupIds *Relation `xmlrpc:"country_group_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Image *String `xmlrpc:"image,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + NamePosition *Selection `xmlrpc:"name_position,omptempty"` + PhoneCode *Int `xmlrpc:"phone_code,omptempty"` + StateIds *Relation `xmlrpc:"state_ids,omptempty"` + VatLabel *String `xmlrpc:"vat_label,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResCountrys represents array of res.country model. diff --git a/res_country_group.go b/res_country_group.go index 032b0c16..81e30dca 100644 --- a/res_country_group.go +++ b/res_country_group.go @@ -6,16 +6,16 @@ import ( // ResCountryGroup represents res.country.group model. type ResCountryGroup struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CountryIds *Relation `xmlrpc:"country_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PricelistIds *Relation `xmlrpc:"pricelist_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CountryIds *Relation `xmlrpc:"country_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PricelistIds *Relation `xmlrpc:"pricelist_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResCountryGroups represents array of res.country.group model. diff --git a/res_country_state.go b/res_country_state.go index a919d6e9..76e0d0a7 100644 --- a/res_country_state.go +++ b/res_country_state.go @@ -6,16 +6,16 @@ import ( // ResCountryState represents res.country.state model. type ResCountryState struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResCountryStates represents array of res.country.state model. diff --git a/res_currency.go b/res_currency.go index dd8a3a77..a3e60c90 100644 --- a/res_currency.go +++ b/res_currency.go @@ -6,24 +6,24 @@ import ( // ResCurrency represents res.currency model. type ResCurrency struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencySubunitLabel *String `xmlrpc:"currency_subunit_label,omitempty"` - CurrencyUnitLabel *String `xmlrpc:"currency_unit_label,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DecimalPlaces *Int `xmlrpc:"decimal_places,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Position *Selection `xmlrpc:"position,omitempty"` - Rate *Float `xmlrpc:"rate,omitempty"` - RateIds *Relation `xmlrpc:"rate_ids,omitempty"` - Rounding *Float `xmlrpc:"rounding,omitempty"` - Symbol *String `xmlrpc:"symbol,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencySubunitLabel *String `xmlrpc:"currency_subunit_label,omptempty"` + CurrencyUnitLabel *String `xmlrpc:"currency_unit_label,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DecimalPlaces *Int `xmlrpc:"decimal_places,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Position *Selection `xmlrpc:"position,omptempty"` + Rate *Float `xmlrpc:"rate,omptempty"` + RateIds *Relation `xmlrpc:"rate_ids,omptempty"` + Rounding *Float `xmlrpc:"rounding,omptempty"` + Symbol *String `xmlrpc:"symbol,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResCurrencys represents array of res.currency model. diff --git a/res_currency_rate.go b/res_currency_rate.go index 46a3c66a..eae09b91 100644 --- a/res_currency_rate.go +++ b/res_currency_rate.go @@ -6,17 +6,17 @@ import ( // ResCurrencyRate represents res.currency.rate model. type ResCurrencyRate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *Time `xmlrpc:"name,omitempty"` - Rate *Float `xmlrpc:"rate,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *Time `xmlrpc:"name,omptempty"` + Rate *Float `xmlrpc:"rate,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResCurrencyRates represents array of res.currency.rate model. diff --git a/res_groups.go b/res_groups.go index e58d6541..873a39d3 100644 --- a/res_groups.go +++ b/res_groups.go @@ -6,27 +6,27 @@ import ( // ResGroups represents res.groups model. type ResGroups struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CategoryId *Many2One `xmlrpc:"category_id,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - Comment *String `xmlrpc:"comment,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FullName *String `xmlrpc:"full_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ImpliedIds *Relation `xmlrpc:"implied_ids,omitempty"` - IsPortal *Bool `xmlrpc:"is_portal,omitempty"` - MenuAccess *Relation `xmlrpc:"menu_access,omitempty"` - ModelAccess *Relation `xmlrpc:"model_access,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - RuleGroups *Relation `xmlrpc:"rule_groups,omitempty"` - Share *Bool `xmlrpc:"share,omitempty"` - TransImpliedIds *Relation `xmlrpc:"trans_implied_ids,omitempty"` - Users *Relation `xmlrpc:"users,omitempty"` - ViewAccess *Relation `xmlrpc:"view_access,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CategoryId *Many2One `xmlrpc:"category_id,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + Comment *String `xmlrpc:"comment,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FullName *String `xmlrpc:"full_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ImpliedIds *Relation `xmlrpc:"implied_ids,omptempty"` + IsPortal *Bool `xmlrpc:"is_portal,omptempty"` + MenuAccess *Relation `xmlrpc:"menu_access,omptempty"` + ModelAccess *Relation `xmlrpc:"model_access,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + RuleGroups *Relation `xmlrpc:"rule_groups,omptempty"` + Share *Bool `xmlrpc:"share,omptempty"` + TransImpliedIds *Relation `xmlrpc:"trans_implied_ids,omptempty"` + Users *Relation `xmlrpc:"users,omptempty"` + ViewAccess *Relation `xmlrpc:"view_access,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResGroupss represents array of res.groups model. diff --git a/res_lang.go b/res_lang.go index 0c7f2a00..028e5f3e 100644 --- a/res_lang.go +++ b/res_lang.go @@ -6,24 +6,24 @@ import ( // ResLang represents res.lang model. type ResLang struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFormat *String `xmlrpc:"date_format,omitempty"` - DecimalPoint *String `xmlrpc:"decimal_point,omitempty"` - Direction *Selection `xmlrpc:"direction,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Grouping *String `xmlrpc:"grouping,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IsoCode *String `xmlrpc:"iso_code,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ThousandsSep *String `xmlrpc:"thousands_sep,omitempty"` - TimeFormat *String `xmlrpc:"time_format,omitempty"` - Translatable *Bool `xmlrpc:"translatable,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFormat *String `xmlrpc:"date_format,omptempty"` + DecimalPoint *String `xmlrpc:"decimal_point,omptempty"` + Direction *Selection `xmlrpc:"direction,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Grouping *String `xmlrpc:"grouping,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IsoCode *String `xmlrpc:"iso_code,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ThousandsSep *String `xmlrpc:"thousands_sep,omptempty"` + TimeFormat *String `xmlrpc:"time_format,omptempty"` + Translatable *Bool `xmlrpc:"translatable,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResLangs represents array of res.lang model. diff --git a/res_partner.go b/res_partner.go index d38090e4..aefe05d5 100644 --- a/res_partner.go +++ b/res_partner.go @@ -6,137 +6,137 @@ import ( // ResPartner represents res.partner model. type ResPartner struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - ActivityState *Selection `xmlrpc:"activity_state,omitempty"` - ActivitySummary *String `xmlrpc:"activity_summary,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - ActivityUserId *Many2One `xmlrpc:"activity_user_id,omitempty"` - BankAccountCount *Int `xmlrpc:"bank_account_count,omitempty"` - BankIds *Relation `xmlrpc:"bank_ids,omitempty"` - Barcode *String `xmlrpc:"barcode,omitempty"` - CalendarLastNotifAck *Time `xmlrpc:"calendar_last_notif_ack,omitempty"` - CategoryId *Relation `xmlrpc:"category_id,omitempty"` - ChannelIds *Relation `xmlrpc:"channel_ids,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - City *String `xmlrpc:"city,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - Comment *String `xmlrpc:"comment,omitempty"` - CommercialCompanyName *String `xmlrpc:"commercial_company_name,omitempty"` - CommercialPartnerCountryId *Many2One `xmlrpc:"commercial_partner_country_id,omitempty"` - CommercialPartnerId *Many2One `xmlrpc:"commercial_partner_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CompanyName *String `xmlrpc:"company_name,omitempty"` - CompanyType *Selection `xmlrpc:"company_type,omitempty"` - ContactAddress *String `xmlrpc:"contact_address,omitempty"` - ContractIds *Relation `xmlrpc:"contract_ids,omitempty"` - ContractsCount *Int `xmlrpc:"contracts_count,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Credit *Float `xmlrpc:"credit,omitempty"` - CreditLimit *Float `xmlrpc:"credit_limit,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Customer *Bool `xmlrpc:"customer,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - Debit *Float `xmlrpc:"debit,omitempty"` - DebitLimit *Float `xmlrpc:"debit_limit,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Email *String `xmlrpc:"email,omitempty"` - EmailFormatted *String `xmlrpc:"email_formatted,omitempty"` - Employee *Bool `xmlrpc:"employee,omitempty"` - Function *String `xmlrpc:"function,omitempty"` - HasUnreconciledEntries *Bool `xmlrpc:"has_unreconciled_entries,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ImStatus *String `xmlrpc:"im_status,omitempty"` - Image *String `xmlrpc:"image,omitempty"` - ImageMedium *String `xmlrpc:"image_medium,omitempty"` - ImageSmall *String `xmlrpc:"image_small,omitempty"` - IndustryId *Many2One `xmlrpc:"industry_id,omitempty"` - InvoiceIds *Relation `xmlrpc:"invoice_ids,omitempty"` - InvoiceWarn *Selection `xmlrpc:"invoice_warn,omitempty"` - InvoiceWarnMsg *String `xmlrpc:"invoice_warn_msg,omitempty"` - IsCompany *Bool `xmlrpc:"is_company,omitempty"` - JournalItemCount *Int `xmlrpc:"journal_item_count,omitempty"` - Lang *Selection `xmlrpc:"lang,omitempty"` - LastTimeEntriesChecked *Time `xmlrpc:"last_time_entries_checked,omitempty"` - MachineCompanyName *String `xmlrpc:"machine_company_name,omitempty"` - MeetingCount *Int `xmlrpc:"meeting_count,omitempty"` - MeetingIds *Relation `xmlrpc:"meeting_ids,omitempty"` - MessageBounce *Int `xmlrpc:"message_bounce,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Mobile *String `xmlrpc:"mobile,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OpportunityCount *Int `xmlrpc:"opportunity_count,omitempty"` - OpportunityIds *Relation `xmlrpc:"opportunity_ids,omitempty"` - OptOut *Bool `xmlrpc:"opt_out,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - ParentName *String `xmlrpc:"parent_name,omitempty"` - PartnerShare *Bool `xmlrpc:"partner_share,omitempty"` - PaymentTokenCount *Int `xmlrpc:"payment_token_count,omitempty"` - PaymentTokenIds *Relation `xmlrpc:"payment_token_ids,omitempty"` - Phone *String `xmlrpc:"phone,omitempty"` - PickingWarn *Selection `xmlrpc:"picking_warn,omitempty"` - PickingWarnMsg *String `xmlrpc:"picking_warn_msg,omitempty"` - PropertyAccountPayableId *Many2One `xmlrpc:"property_account_payable_id,omitempty"` - PropertyAccountPositionId *Many2One `xmlrpc:"property_account_position_id,omitempty"` - PropertyAccountReceivableId *Many2One `xmlrpc:"property_account_receivable_id,omitempty"` - PropertyAutosalesConfig *Many2One `xmlrpc:"property_autosales_config,omitempty"` - PropertyPaymentTermId *Many2One `xmlrpc:"property_payment_term_id,omitempty"` - PropertyProductPricelist *Many2One `xmlrpc:"property_product_pricelist,omitempty"` - PropertyPurchaseCurrencyId *Many2One `xmlrpc:"property_purchase_currency_id,omitempty"` - PropertyStockCustomer *Many2One `xmlrpc:"property_stock_customer,omitempty"` - PropertyStockSupplier *Many2One `xmlrpc:"property_stock_supplier,omitempty"` - PropertySupplierPaymentTermId *Many2One `xmlrpc:"property_supplier_payment_term_id,omitempty"` - PurchaseOrderCount *Int `xmlrpc:"purchase_order_count,omitempty"` - PurchaseWarn *Selection `xmlrpc:"purchase_warn,omitempty"` - PurchaseWarnMsg *String `xmlrpc:"purchase_warn_msg,omitempty"` - Ref *String `xmlrpc:"ref,omitempty"` - RefCompanyIds *Relation `xmlrpc:"ref_company_ids,omitempty"` - SaleOrderCount *Int `xmlrpc:"sale_order_count,omitempty"` - SaleOrderIds *Relation `xmlrpc:"sale_order_ids,omitempty"` - SaleWarn *Selection `xmlrpc:"sale_warn,omitempty"` - SaleWarnMsg *String `xmlrpc:"sale_warn_msg,omitempty"` - Self *Many2One `xmlrpc:"self,omitempty"` - SignupExpiration *Time `xmlrpc:"signup_expiration,omitempty"` - SignupToken *String `xmlrpc:"signup_token,omitempty"` - SignupType *String `xmlrpc:"signup_type,omitempty"` - SignupUrl *String `xmlrpc:"signup_url,omitempty"` - SignupValid *Bool `xmlrpc:"signup_valid,omitempty"` - Siret *String `xmlrpc:"siret,omitempty"` - StateId *Many2One `xmlrpc:"state_id,omitempty"` - Street *String `xmlrpc:"street,omitempty"` - Street2 *String `xmlrpc:"street2,omitempty"` - Supplier *Bool `xmlrpc:"supplier,omitempty"` - SupplierInvoiceCount *Int `xmlrpc:"supplier_invoice_count,omitempty"` - TaskCount *Int `xmlrpc:"task_count,omitempty"` - TaskIds *Relation `xmlrpc:"task_ids,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - Title *Many2One `xmlrpc:"title,omitempty"` - TotalInvoiced *Float `xmlrpc:"total_invoiced,omitempty"` - Trust *Selection `xmlrpc:"trust,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - Tz *Selection `xmlrpc:"tz,omitempty"` - TzOffset *String `xmlrpc:"tz_offset,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - UserIds *Relation `xmlrpc:"user_ids,omitempty"` - Vat *String `xmlrpc:"vat,omitempty"` - Website *String `xmlrpc:"website,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - Zip *String `xmlrpc:"zip,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + ActivityState *Selection `xmlrpc:"activity_state,omptempty"` + ActivitySummary *String `xmlrpc:"activity_summary,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + ActivityUserId *Many2One `xmlrpc:"activity_user_id,omptempty"` + BankAccountCount *Int `xmlrpc:"bank_account_count,omptempty"` + BankIds *Relation `xmlrpc:"bank_ids,omptempty"` + Barcode *String `xmlrpc:"barcode,omptempty"` + CalendarLastNotifAck *Time `xmlrpc:"calendar_last_notif_ack,omptempty"` + CategoryId *Relation `xmlrpc:"category_id,omptempty"` + ChannelIds *Relation `xmlrpc:"channel_ids,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + City *String `xmlrpc:"city,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + Comment *String `xmlrpc:"comment,omptempty"` + CommercialCompanyName *String `xmlrpc:"commercial_company_name,omptempty"` + CommercialPartnerCountryId *Many2One `xmlrpc:"commercial_partner_country_id,omptempty"` + CommercialPartnerId *Many2One `xmlrpc:"commercial_partner_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CompanyName *String `xmlrpc:"company_name,omptempty"` + CompanyType *Selection `xmlrpc:"company_type,omptempty"` + ContactAddress *String `xmlrpc:"contact_address,omptempty"` + ContractIds *Relation `xmlrpc:"contract_ids,omptempty"` + ContractsCount *Int `xmlrpc:"contracts_count,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Credit *Float `xmlrpc:"credit,omptempty"` + CreditLimit *Float `xmlrpc:"credit_limit,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Customer *Bool `xmlrpc:"customer,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + Debit *Float `xmlrpc:"debit,omptempty"` + DebitLimit *Float `xmlrpc:"debit_limit,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Email *String `xmlrpc:"email,omptempty"` + EmailFormatted *String `xmlrpc:"email_formatted,omptempty"` + Employee *Bool `xmlrpc:"employee,omptempty"` + Function *String `xmlrpc:"function,omptempty"` + HasUnreconciledEntries *Bool `xmlrpc:"has_unreconciled_entries,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ImStatus *String `xmlrpc:"im_status,omptempty"` + Image *String `xmlrpc:"image,omptempty"` + ImageMedium *String `xmlrpc:"image_medium,omptempty"` + ImageSmall *String `xmlrpc:"image_small,omptempty"` + IndustryId *Many2One `xmlrpc:"industry_id,omptempty"` + InvoiceIds *Relation `xmlrpc:"invoice_ids,omptempty"` + InvoiceWarn *Selection `xmlrpc:"invoice_warn,omptempty"` + InvoiceWarnMsg *String `xmlrpc:"invoice_warn_msg,omptempty"` + IsCompany *Bool `xmlrpc:"is_company,omptempty"` + JournalItemCount *Int `xmlrpc:"journal_item_count,omptempty"` + Lang *Selection `xmlrpc:"lang,omptempty"` + LastTimeEntriesChecked *Time `xmlrpc:"last_time_entries_checked,omptempty"` + MachineCompanyName *String `xmlrpc:"machine_company_name,omptempty"` + MeetingCount *Int `xmlrpc:"meeting_count,omptempty"` + MeetingIds *Relation `xmlrpc:"meeting_ids,omptempty"` + MessageBounce *Int `xmlrpc:"message_bounce,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Mobile *String `xmlrpc:"mobile,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OpportunityCount *Int `xmlrpc:"opportunity_count,omptempty"` + OpportunityIds *Relation `xmlrpc:"opportunity_ids,omptempty"` + OptOut *Bool `xmlrpc:"opt_out,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + ParentName *String `xmlrpc:"parent_name,omptempty"` + PartnerShare *Bool `xmlrpc:"partner_share,omptempty"` + PaymentTokenCount *Int `xmlrpc:"payment_token_count,omptempty"` + PaymentTokenIds *Relation `xmlrpc:"payment_token_ids,omptempty"` + Phone *String `xmlrpc:"phone,omptempty"` + PickingWarn *Selection `xmlrpc:"picking_warn,omptempty"` + PickingWarnMsg *String `xmlrpc:"picking_warn_msg,omptempty"` + PropertyAccountPayableId *Many2One `xmlrpc:"property_account_payable_id,omptempty"` + PropertyAccountPositionId *Many2One `xmlrpc:"property_account_position_id,omptempty"` + PropertyAccountReceivableId *Many2One `xmlrpc:"property_account_receivable_id,omptempty"` + PropertyAutosalesConfig *Many2One `xmlrpc:"property_autosales_config,omptempty"` + PropertyPaymentTermId *Many2One `xmlrpc:"property_payment_term_id,omptempty"` + PropertyProductPricelist *Many2One `xmlrpc:"property_product_pricelist,omptempty"` + PropertyPurchaseCurrencyId *Many2One `xmlrpc:"property_purchase_currency_id,omptempty"` + PropertyStockCustomer *Many2One `xmlrpc:"property_stock_customer,omptempty"` + PropertyStockSupplier *Many2One `xmlrpc:"property_stock_supplier,omptempty"` + PropertySupplierPaymentTermId *Many2One `xmlrpc:"property_supplier_payment_term_id,omptempty"` + PurchaseOrderCount *Int `xmlrpc:"purchase_order_count,omptempty"` + PurchaseWarn *Selection `xmlrpc:"purchase_warn,omptempty"` + PurchaseWarnMsg *String `xmlrpc:"purchase_warn_msg,omptempty"` + Ref *String `xmlrpc:"ref,omptempty"` + RefCompanyIds *Relation `xmlrpc:"ref_company_ids,omptempty"` + SaleOrderCount *Int `xmlrpc:"sale_order_count,omptempty"` + SaleOrderIds *Relation `xmlrpc:"sale_order_ids,omptempty"` + SaleWarn *Selection `xmlrpc:"sale_warn,omptempty"` + SaleWarnMsg *String `xmlrpc:"sale_warn_msg,omptempty"` + Self *Many2One `xmlrpc:"self,omptempty"` + SignupExpiration *Time `xmlrpc:"signup_expiration,omptempty"` + SignupToken *String `xmlrpc:"signup_token,omptempty"` + SignupType *String `xmlrpc:"signup_type,omptempty"` + SignupUrl *String `xmlrpc:"signup_url,omptempty"` + SignupValid *Bool `xmlrpc:"signup_valid,omptempty"` + Siret *String `xmlrpc:"siret,omptempty"` + StateId *Many2One `xmlrpc:"state_id,omptempty"` + Street *String `xmlrpc:"street,omptempty"` + Street2 *String `xmlrpc:"street2,omptempty"` + Supplier *Bool `xmlrpc:"supplier,omptempty"` + SupplierInvoiceCount *Int `xmlrpc:"supplier_invoice_count,omptempty"` + TaskCount *Int `xmlrpc:"task_count,omptempty"` + TaskIds *Relation `xmlrpc:"task_ids,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + Title *Many2One `xmlrpc:"title,omptempty"` + TotalInvoiced *Float `xmlrpc:"total_invoiced,omptempty"` + Trust *Selection `xmlrpc:"trust,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + Tz *Selection `xmlrpc:"tz,omptempty"` + TzOffset *String `xmlrpc:"tz_offset,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + UserIds *Relation `xmlrpc:"user_ids,omptempty"` + Vat *String `xmlrpc:"vat,omptempty"` + Website *String `xmlrpc:"website,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + Zip *String `xmlrpc:"zip,omptempty"` } // ResPartners represents array of res.partner model. diff --git a/res_partner_bank.go b/res_partner_bank.go index 58e56232..9c02a19e 100644 --- a/res_partner_bank.go +++ b/res_partner_bank.go @@ -6,24 +6,24 @@ import ( // ResPartnerBank represents res.partner.bank model. type ResPartnerBank struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccNumber *String `xmlrpc:"acc_number,omitempty"` - AccType *String `xmlrpc:"acc_type,omitempty"` - BankBic *String `xmlrpc:"bank_bic,omitempty"` - BankId *Many2One `xmlrpc:"bank_id,omitempty"` - BankName *String `xmlrpc:"bank_name,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalId *Relation `xmlrpc:"journal_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - SanitizedAccNumber *String `xmlrpc:"sanitized_acc_number,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccNumber *String `xmlrpc:"acc_number,omptempty"` + AccType *String `xmlrpc:"acc_type,omptempty"` + BankBic *String `xmlrpc:"bank_bic,omptempty"` + BankId *Many2One `xmlrpc:"bank_id,omptempty"` + BankName *String `xmlrpc:"bank_name,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalId *Relation `xmlrpc:"journal_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + SanitizedAccNumber *String `xmlrpc:"sanitized_acc_number,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResPartnerBanks represents array of res.partner.bank model. diff --git a/res_partner_category.go b/res_partner_category.go index 3b60b7c1..2a194f68 100644 --- a/res_partner_category.go +++ b/res_partner_category.go @@ -6,21 +6,21 @@ import ( // ResPartnerCategory represents res.partner.category model. type ResPartnerCategory struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - ParentLeft *Int `xmlrpc:"parent_left,omitempty"` - ParentRight *Int `xmlrpc:"parent_right,omitempty"` - PartnerIds *Relation `xmlrpc:"partner_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + ParentLeft *Int `xmlrpc:"parent_left,omptempty"` + ParentRight *Int `xmlrpc:"parent_right,omptempty"` + PartnerIds *Relation `xmlrpc:"partner_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResPartnerCategorys represents array of res.partner.category model. diff --git a/res_partner_industry.go b/res_partner_industry.go index c51ea6ed..038cb14a 100644 --- a/res_partner_industry.go +++ b/res_partner_industry.go @@ -6,16 +6,16 @@ import ( // ResPartnerIndustry represents res.partner.industry model. type ResPartnerIndustry struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FullName *String `xmlrpc:"full_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FullName *String `xmlrpc:"full_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResPartnerIndustrys represents array of res.partner.industry model. diff --git a/res_partner_title.go b/res_partner_title.go index 9a9ae6f1..5a03e851 100644 --- a/res_partner_title.go +++ b/res_partner_title.go @@ -6,15 +6,15 @@ import ( // ResPartnerTitle represents res.partner.title model. type ResPartnerTitle struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Shortcut *String `xmlrpc:"shortcut,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Shortcut *String `xmlrpc:"shortcut,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResPartnerTitles represents array of res.partner.title model. diff --git a/res_request_link.go b/res_request_link.go index ede4bbe0..9db11bef 100644 --- a/res_request_link.go +++ b/res_request_link.go @@ -6,16 +6,16 @@ import ( // ResRequestLink represents res.request.link model. type ResRequestLink struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Object *String `xmlrpc:"object,omitempty"` - Priority *Int `xmlrpc:"priority,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Object *String `xmlrpc:"object,omptempty"` + Priority *Int `xmlrpc:"priority,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResRequestLinks represents array of res.request.link model. diff --git a/res_users.go b/res_users.go index df0d5dfc..8c6bd1e9 100644 --- a/res_users.go +++ b/res_users.go @@ -6,163 +6,163 @@ import ( // ResUsers represents res.users model. type ResUsers struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ActionId *Many2One `xmlrpc:"action_id,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - ActivityState *Selection `xmlrpc:"activity_state,omitempty"` - ActivitySummary *String `xmlrpc:"activity_summary,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - ActivityUserId *Many2One `xmlrpc:"activity_user_id,omitempty"` - AliasContact *Selection `xmlrpc:"alias_contact,omitempty"` - AliasId *Many2One `xmlrpc:"alias_id,omitempty"` - BankAccountCount *Int `xmlrpc:"bank_account_count,omitempty"` - BankIds *Relation `xmlrpc:"bank_ids,omitempty"` - Barcode *String `xmlrpc:"barcode,omitempty"` - CalendarLastNotifAck *Time `xmlrpc:"calendar_last_notif_ack,omitempty"` - CategoryId *Relation `xmlrpc:"category_id,omitempty"` - ChannelIds *Relation `xmlrpc:"channel_ids,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - City *String `xmlrpc:"city,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - Comment *String `xmlrpc:"comment,omitempty"` - CommercialCompanyName *String `xmlrpc:"commercial_company_name,omitempty"` - CommercialPartnerCountryId *Many2One `xmlrpc:"commercial_partner_country_id,omitempty"` - CommercialPartnerId *Many2One `xmlrpc:"commercial_partner_id,omitempty"` - CompaniesCount *Int `xmlrpc:"companies_count,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CompanyIds *Relation `xmlrpc:"company_ids,omitempty"` - CompanyName *String `xmlrpc:"company_name,omitempty"` - CompanyType *Selection `xmlrpc:"company_type,omitempty"` - ContactAddress *String `xmlrpc:"contact_address,omitempty"` - ContractIds *Relation `xmlrpc:"contract_ids,omitempty"` - ContractsCount *Int `xmlrpc:"contracts_count,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Credit *Float `xmlrpc:"credit,omitempty"` - CreditLimit *Float `xmlrpc:"credit_limit,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - Customer *Bool `xmlrpc:"customer,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - Debit *Float `xmlrpc:"debit,omitempty"` - DebitLimit *Float `xmlrpc:"debit_limit,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Email *String `xmlrpc:"email,omitempty"` - EmailFormatted *String `xmlrpc:"email_formatted,omitempty"` - Employee *Bool `xmlrpc:"employee,omitempty"` - EmployeeIds *Relation `xmlrpc:"employee_ids,omitempty"` - Function *String `xmlrpc:"function,omitempty"` - GroupsId *Relation `xmlrpc:"groups_id,omitempty"` - HasUnreconciledEntries *Bool `xmlrpc:"has_unreconciled_entries,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ImStatus *String `xmlrpc:"im_status,omitempty"` - Image *String `xmlrpc:"image,omitempty"` - ImageMedium *String `xmlrpc:"image_medium,omitempty"` - ImageSmall *String `xmlrpc:"image_small,omitempty"` - IndustryId *Many2One `xmlrpc:"industry_id,omitempty"` - InvoiceIds *Relation `xmlrpc:"invoice_ids,omitempty"` - InvoiceWarn *Selection `xmlrpc:"invoice_warn,omitempty"` - InvoiceWarnMsg *String `xmlrpc:"invoice_warn_msg,omitempty"` - IsCompany *Bool `xmlrpc:"is_company,omitempty"` - JournalItemCount *Int `xmlrpc:"journal_item_count,omitempty"` - Lang *Selection `xmlrpc:"lang,omitempty"` - LastTimeEntriesChecked *Time `xmlrpc:"last_time_entries_checked,omitempty"` - LogIds *Relation `xmlrpc:"log_ids,omitempty"` - Login *String `xmlrpc:"login,omitempty"` - LoginDate *Time `xmlrpc:"login_date,omitempty"` - MachineCompanyName *String `xmlrpc:"machine_company_name,omitempty"` - MachineUserEmail *String `xmlrpc:"machine_user_email,omitempty"` - MachineUserLogin *String `xmlrpc:"machine_user_login,omitempty"` - MeetingCount *Int `xmlrpc:"meeting_count,omitempty"` - MeetingIds *Relation `xmlrpc:"meeting_ids,omitempty"` - MessageBounce *Int `xmlrpc:"message_bounce,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Mobile *String `xmlrpc:"mobile,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - NewPassword *String `xmlrpc:"new_password,omitempty"` - NotificationType *Selection `xmlrpc:"notification_type,omitempty"` - OpportunityCount *Int `xmlrpc:"opportunity_count,omitempty"` - OpportunityIds *Relation `xmlrpc:"opportunity_ids,omitempty"` - OptOut *Bool `xmlrpc:"opt_out,omitempty"` - ParentId *Many2One `xmlrpc:"parent_id,omitempty"` - ParentName *String `xmlrpc:"parent_name,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PartnerShare *Bool `xmlrpc:"partner_share,omitempty"` - Password *String `xmlrpc:"password,omitempty"` - PasswordCrypt *String `xmlrpc:"password_crypt,omitempty"` - PaymentTokenCount *Int `xmlrpc:"payment_token_count,omitempty"` - PaymentTokenIds *Relation `xmlrpc:"payment_token_ids,omitempty"` - Phone *String `xmlrpc:"phone,omitempty"` - PickingWarn *Selection `xmlrpc:"picking_warn,omitempty"` - PickingWarnMsg *String `xmlrpc:"picking_warn_msg,omitempty"` - PropertyAccountPayableId *Many2One `xmlrpc:"property_account_payable_id,omitempty"` - PropertyAccountPositionId *Many2One `xmlrpc:"property_account_position_id,omitempty"` - PropertyAccountReceivableId *Many2One `xmlrpc:"property_account_receivable_id,omitempty"` - PropertyAutosalesConfig *Many2One `xmlrpc:"property_autosales_config,omitempty"` - PropertyPaymentTermId *Many2One `xmlrpc:"property_payment_term_id,omitempty"` - PropertyProductPricelist *Many2One `xmlrpc:"property_product_pricelist,omitempty"` - PropertyPurchaseCurrencyId *Many2One `xmlrpc:"property_purchase_currency_id,omitempty"` - PropertyStockCustomer *Many2One `xmlrpc:"property_stock_customer,omitempty"` - PropertyStockSupplier *Many2One `xmlrpc:"property_stock_supplier,omitempty"` - PropertySupplierPaymentTermId *Many2One `xmlrpc:"property_supplier_payment_term_id,omitempty"` - PurchaseOrderCount *Int `xmlrpc:"purchase_order_count,omitempty"` - PurchaseWarn *Selection `xmlrpc:"purchase_warn,omitempty"` - PurchaseWarnMsg *String `xmlrpc:"purchase_warn_msg,omitempty"` - Ref *String `xmlrpc:"ref,omitempty"` - RefCompanyIds *Relation `xmlrpc:"ref_company_ids,omitempty"` - ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omitempty"` - ResourceIds *Relation `xmlrpc:"resource_ids,omitempty"` - SaleOrderCount *Int `xmlrpc:"sale_order_count,omitempty"` - SaleOrderIds *Relation `xmlrpc:"sale_order_ids,omitempty"` - SaleTeamId *Many2One `xmlrpc:"sale_team_id,omitempty"` - SaleWarn *Selection `xmlrpc:"sale_warn,omitempty"` - SaleWarnMsg *String `xmlrpc:"sale_warn_msg,omitempty"` - Self *Many2One `xmlrpc:"self,omitempty"` - Share *Bool `xmlrpc:"share,omitempty"` - Signature *String `xmlrpc:"signature,omitempty"` - SignupExpiration *Time `xmlrpc:"signup_expiration,omitempty"` - SignupToken *String `xmlrpc:"signup_token,omitempty"` - SignupType *String `xmlrpc:"signup_type,omitempty"` - SignupUrl *String `xmlrpc:"signup_url,omitempty"` - SignupValid *Bool `xmlrpc:"signup_valid,omitempty"` - Siret *String `xmlrpc:"siret,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - StateId *Many2One `xmlrpc:"state_id,omitempty"` - Street *String `xmlrpc:"street,omitempty"` - Street2 *String `xmlrpc:"street2,omitempty"` - Supplier *Bool `xmlrpc:"supplier,omitempty"` - SupplierInvoiceCount *Int `xmlrpc:"supplier_invoice_count,omitempty"` - TargetSalesDone *Int `xmlrpc:"target_sales_done,omitempty"` - TargetSalesInvoiced *Int `xmlrpc:"target_sales_invoiced,omitempty"` - TargetSalesWon *Int `xmlrpc:"target_sales_won,omitempty"` - TaskCount *Int `xmlrpc:"task_count,omitempty"` - TaskIds *Relation `xmlrpc:"task_ids,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - Title *Many2One `xmlrpc:"title,omitempty"` - TotalInvoiced *Float `xmlrpc:"total_invoiced,omitempty"` - Trust *Selection `xmlrpc:"trust,omitempty"` - Type *Selection `xmlrpc:"type,omitempty"` - Tz *Selection `xmlrpc:"tz,omitempty"` - TzOffset *String `xmlrpc:"tz_offset,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - UserIds *Relation `xmlrpc:"user_ids,omitempty"` - Vat *String `xmlrpc:"vat,omitempty"` - Website *String `xmlrpc:"website,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - Zip *String `xmlrpc:"zip,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ActionId *Many2One `xmlrpc:"action_id,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + ActivityState *Selection `xmlrpc:"activity_state,omptempty"` + ActivitySummary *String `xmlrpc:"activity_summary,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + ActivityUserId *Many2One `xmlrpc:"activity_user_id,omptempty"` + AliasContact *Selection `xmlrpc:"alias_contact,omptempty"` + AliasId *Many2One `xmlrpc:"alias_id,omptempty"` + BankAccountCount *Int `xmlrpc:"bank_account_count,omptempty"` + BankIds *Relation `xmlrpc:"bank_ids,omptempty"` + Barcode *String `xmlrpc:"barcode,omptempty"` + CalendarLastNotifAck *Time `xmlrpc:"calendar_last_notif_ack,omptempty"` + CategoryId *Relation `xmlrpc:"category_id,omptempty"` + ChannelIds *Relation `xmlrpc:"channel_ids,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + City *String `xmlrpc:"city,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + Comment *String `xmlrpc:"comment,omptempty"` + CommercialCompanyName *String `xmlrpc:"commercial_company_name,omptempty"` + CommercialPartnerCountryId *Many2One `xmlrpc:"commercial_partner_country_id,omptempty"` + CommercialPartnerId *Many2One `xmlrpc:"commercial_partner_id,omptempty"` + CompaniesCount *Int `xmlrpc:"companies_count,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CompanyIds *Relation `xmlrpc:"company_ids,omptempty"` + CompanyName *String `xmlrpc:"company_name,omptempty"` + CompanyType *Selection `xmlrpc:"company_type,omptempty"` + ContactAddress *String `xmlrpc:"contact_address,omptempty"` + ContractIds *Relation `xmlrpc:"contract_ids,omptempty"` + ContractsCount *Int `xmlrpc:"contracts_count,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Credit *Float `xmlrpc:"credit,omptempty"` + CreditLimit *Float `xmlrpc:"credit_limit,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + Customer *Bool `xmlrpc:"customer,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + Debit *Float `xmlrpc:"debit,omptempty"` + DebitLimit *Float `xmlrpc:"debit_limit,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Email *String `xmlrpc:"email,omptempty"` + EmailFormatted *String `xmlrpc:"email_formatted,omptempty"` + Employee *Bool `xmlrpc:"employee,omptempty"` + EmployeeIds *Relation `xmlrpc:"employee_ids,omptempty"` + Function *String `xmlrpc:"function,omptempty"` + GroupsId *Relation `xmlrpc:"groups_id,omptempty"` + HasUnreconciledEntries *Bool `xmlrpc:"has_unreconciled_entries,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ImStatus *String `xmlrpc:"im_status,omptempty"` + Image *String `xmlrpc:"image,omptempty"` + ImageMedium *String `xmlrpc:"image_medium,omptempty"` + ImageSmall *String `xmlrpc:"image_small,omptempty"` + IndustryId *Many2One `xmlrpc:"industry_id,omptempty"` + InvoiceIds *Relation `xmlrpc:"invoice_ids,omptempty"` + InvoiceWarn *Selection `xmlrpc:"invoice_warn,omptempty"` + InvoiceWarnMsg *String `xmlrpc:"invoice_warn_msg,omptempty"` + IsCompany *Bool `xmlrpc:"is_company,omptempty"` + JournalItemCount *Int `xmlrpc:"journal_item_count,omptempty"` + Lang *Selection `xmlrpc:"lang,omptempty"` + LastTimeEntriesChecked *Time `xmlrpc:"last_time_entries_checked,omptempty"` + LogIds *Relation `xmlrpc:"log_ids,omptempty"` + Login *String `xmlrpc:"login,omptempty"` + LoginDate *Time `xmlrpc:"login_date,omptempty"` + MachineCompanyName *String `xmlrpc:"machine_company_name,omptempty"` + MachineUserEmail *String `xmlrpc:"machine_user_email,omptempty"` + MachineUserLogin *String `xmlrpc:"machine_user_login,omptempty"` + MeetingCount *Int `xmlrpc:"meeting_count,omptempty"` + MeetingIds *Relation `xmlrpc:"meeting_ids,omptempty"` + MessageBounce *Int `xmlrpc:"message_bounce,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Mobile *String `xmlrpc:"mobile,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + NewPassword *String `xmlrpc:"new_password,omptempty"` + NotificationType *Selection `xmlrpc:"notification_type,omptempty"` + OpportunityCount *Int `xmlrpc:"opportunity_count,omptempty"` + OpportunityIds *Relation `xmlrpc:"opportunity_ids,omptempty"` + OptOut *Bool `xmlrpc:"opt_out,omptempty"` + ParentId *Many2One `xmlrpc:"parent_id,omptempty"` + ParentName *String `xmlrpc:"parent_name,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PartnerShare *Bool `xmlrpc:"partner_share,omptempty"` + Password *String `xmlrpc:"password,omptempty"` + PasswordCrypt *String `xmlrpc:"password_crypt,omptempty"` + PaymentTokenCount *Int `xmlrpc:"payment_token_count,omptempty"` + PaymentTokenIds *Relation `xmlrpc:"payment_token_ids,omptempty"` + Phone *String `xmlrpc:"phone,omptempty"` + PickingWarn *Selection `xmlrpc:"picking_warn,omptempty"` + PickingWarnMsg *String `xmlrpc:"picking_warn_msg,omptempty"` + PropertyAccountPayableId *Many2One `xmlrpc:"property_account_payable_id,omptempty"` + PropertyAccountPositionId *Many2One `xmlrpc:"property_account_position_id,omptempty"` + PropertyAccountReceivableId *Many2One `xmlrpc:"property_account_receivable_id,omptempty"` + PropertyAutosalesConfig *Many2One `xmlrpc:"property_autosales_config,omptempty"` + PropertyPaymentTermId *Many2One `xmlrpc:"property_payment_term_id,omptempty"` + PropertyProductPricelist *Many2One `xmlrpc:"property_product_pricelist,omptempty"` + PropertyPurchaseCurrencyId *Many2One `xmlrpc:"property_purchase_currency_id,omptempty"` + PropertyStockCustomer *Many2One `xmlrpc:"property_stock_customer,omptempty"` + PropertyStockSupplier *Many2One `xmlrpc:"property_stock_supplier,omptempty"` + PropertySupplierPaymentTermId *Many2One `xmlrpc:"property_supplier_payment_term_id,omptempty"` + PurchaseOrderCount *Int `xmlrpc:"purchase_order_count,omptempty"` + PurchaseWarn *Selection `xmlrpc:"purchase_warn,omptempty"` + PurchaseWarnMsg *String `xmlrpc:"purchase_warn_msg,omptempty"` + Ref *String `xmlrpc:"ref,omptempty"` + RefCompanyIds *Relation `xmlrpc:"ref_company_ids,omptempty"` + ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omptempty"` + ResourceIds *Relation `xmlrpc:"resource_ids,omptempty"` + SaleOrderCount *Int `xmlrpc:"sale_order_count,omptempty"` + SaleOrderIds *Relation `xmlrpc:"sale_order_ids,omptempty"` + SaleTeamId *Many2One `xmlrpc:"sale_team_id,omptempty"` + SaleWarn *Selection `xmlrpc:"sale_warn,omptempty"` + SaleWarnMsg *String `xmlrpc:"sale_warn_msg,omptempty"` + Self *Many2One `xmlrpc:"self,omptempty"` + Share *Bool `xmlrpc:"share,omptempty"` + Signature *String `xmlrpc:"signature,omptempty"` + SignupExpiration *Time `xmlrpc:"signup_expiration,omptempty"` + SignupToken *String `xmlrpc:"signup_token,omptempty"` + SignupType *String `xmlrpc:"signup_type,omptempty"` + SignupUrl *String `xmlrpc:"signup_url,omptempty"` + SignupValid *Bool `xmlrpc:"signup_valid,omptempty"` + Siret *String `xmlrpc:"siret,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + StateId *Many2One `xmlrpc:"state_id,omptempty"` + Street *String `xmlrpc:"street,omptempty"` + Street2 *String `xmlrpc:"street2,omptempty"` + Supplier *Bool `xmlrpc:"supplier,omptempty"` + SupplierInvoiceCount *Int `xmlrpc:"supplier_invoice_count,omptempty"` + TargetSalesDone *Int `xmlrpc:"target_sales_done,omptempty"` + TargetSalesInvoiced *Int `xmlrpc:"target_sales_invoiced,omptempty"` + TargetSalesWon *Int `xmlrpc:"target_sales_won,omptempty"` + TaskCount *Int `xmlrpc:"task_count,omptempty"` + TaskIds *Relation `xmlrpc:"task_ids,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + Title *Many2One `xmlrpc:"title,omptempty"` + TotalInvoiced *Float `xmlrpc:"total_invoiced,omptempty"` + Trust *Selection `xmlrpc:"trust,omptempty"` + Type *Selection `xmlrpc:"type,omptempty"` + Tz *Selection `xmlrpc:"tz,omptempty"` + TzOffset *String `xmlrpc:"tz_offset,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + UserIds *Relation `xmlrpc:"user_ids,omptempty"` + Vat *String `xmlrpc:"vat,omptempty"` + Website *String `xmlrpc:"website,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + Zip *String `xmlrpc:"zip,omptempty"` } // ResUserss represents array of res.users model. diff --git a/res_users_log.go b/res_users_log.go index fb5b95ef..caf90c32 100644 --- a/res_users_log.go +++ b/res_users_log.go @@ -6,13 +6,13 @@ import ( // ResUsersLog represents res.users.log model. type ResUsersLog struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResUsersLogs represents array of res.users.log model. diff --git a/resource_calendar.go b/resource_calendar.go index 8732a390..c8299525 100644 --- a/resource_calendar.go +++ b/resource_calendar.go @@ -6,18 +6,18 @@ import ( // ResourceCalendar represents resource.calendar model. type ResourceCalendar struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AttendanceIds *Relation `xmlrpc:"attendance_ids,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - GlobalLeaveIds *Relation `xmlrpc:"global_leave_ids,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LeaveIds *Relation `xmlrpc:"leave_ids,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AttendanceIds *Relation `xmlrpc:"attendance_ids,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + GlobalLeaveIds *Relation `xmlrpc:"global_leave_ids,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LeaveIds *Relation `xmlrpc:"leave_ids,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResourceCalendars represents array of resource.calendar model. diff --git a/resource_calendar_attendance.go b/resource_calendar_attendance.go index 5f0080c4..9979bd74 100644 --- a/resource_calendar_attendance.go +++ b/resource_calendar_attendance.go @@ -6,20 +6,20 @@ import ( // ResourceCalendarAttendance represents resource.calendar.attendance model. type ResourceCalendarAttendance struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CalendarId *Many2One `xmlrpc:"calendar_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - Dayofweek *Selection `xmlrpc:"dayofweek,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - HourFrom *Float `xmlrpc:"hour_from,omitempty"` - HourTo *Float `xmlrpc:"hour_to,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CalendarId *Many2One `xmlrpc:"calendar_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + Dayofweek *Selection `xmlrpc:"dayofweek,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + HourFrom *Float `xmlrpc:"hour_from,omptempty"` + HourTo *Float `xmlrpc:"hour_to,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResourceCalendarAttendances represents array of resource.calendar.attendance model. diff --git a/resource_calendar_leaves.go b/resource_calendar_leaves.go index ca7fc304..047f1eb5 100644 --- a/resource_calendar_leaves.go +++ b/resource_calendar_leaves.go @@ -6,21 +6,21 @@ import ( // ResourceCalendarLeaves represents resource.calendar.leaves model. type ResourceCalendarLeaves struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CalendarId *Many2One `xmlrpc:"calendar_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateFrom *Time `xmlrpc:"date_from,omitempty"` - DateTo *Time `xmlrpc:"date_to,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - HolidayId *Many2One `xmlrpc:"holiday_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ResourceId *Many2One `xmlrpc:"resource_id,omitempty"` - Tz *Selection `xmlrpc:"tz,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CalendarId *Many2One `xmlrpc:"calendar_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateFrom *Time `xmlrpc:"date_from,omptempty"` + DateTo *Time `xmlrpc:"date_to,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + HolidayId *Many2One `xmlrpc:"holiday_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ResourceId *Many2One `xmlrpc:"resource_id,omptempty"` + Tz *Selection `xmlrpc:"tz,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResourceCalendarLeavess represents array of resource.calendar.leaves model. diff --git a/resource_mixin.go b/resource_mixin.go index 863e93a5..238a24af 100644 --- a/resource_mixin.go +++ b/resource_mixin.go @@ -6,12 +6,12 @@ import ( // ResourceMixin represents resource.mixin model. type ResourceMixin struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omitempty"` - ResourceId *Many2One `xmlrpc:"resource_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omptempty"` + ResourceId *Many2One `xmlrpc:"resource_id,omptempty"` } // ResourceMixins represents array of resource.mixin model. diff --git a/resource_resource.go b/resource_resource.go index 1e542309..b2cd4fbb 100644 --- a/resource_resource.go +++ b/resource_resource.go @@ -6,20 +6,20 @@ import ( // ResourceResource represents resource.resource model. type ResourceResource struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CalendarId *Many2One `xmlrpc:"calendar_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ResourceType *Selection `xmlrpc:"resource_type,omitempty"` - TimeEfficiency *Float `xmlrpc:"time_efficiency,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CalendarId *Many2One `xmlrpc:"calendar_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ResourceType *Selection `xmlrpc:"resource_type,omptempty"` + TimeEfficiency *Float `xmlrpc:"time_efficiency,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResourceResources represents array of resource.resource model. diff --git a/resource_test.go b/resource_test.go index d0740c8a..07bee2c3 100644 --- a/resource_test.go +++ b/resource_test.go @@ -6,17 +6,17 @@ import ( // ResourceTest represents resource.test model. type ResourceTest struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omitempty"` - ResourceId *Many2One `xmlrpc:"resource_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ResourceCalendarId *Many2One `xmlrpc:"resource_calendar_id,omptempty"` + ResourceId *Many2One `xmlrpc:"resource_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ResourceTests represents array of resource.test model. diff --git a/sale_advance_payment_inv.go b/sale_advance_payment_inv.go index 83a6ab5b..768e2edc 100644 --- a/sale_advance_payment_inv.go +++ b/sale_advance_payment_inv.go @@ -6,19 +6,19 @@ import ( // SaleAdvancePaymentInv represents sale.advance.payment.inv model. type SaleAdvancePaymentInv struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AdvancePaymentMethod *Selection `xmlrpc:"advance_payment_method,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - Count *Int `xmlrpc:"count,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DepositAccountId *Many2One `xmlrpc:"deposit_account_id,omitempty"` - DepositTaxesId *Relation `xmlrpc:"deposit_taxes_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AdvancePaymentMethod *Selection `xmlrpc:"advance_payment_method,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + Count *Int `xmlrpc:"count,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DepositAccountId *Many2One `xmlrpc:"deposit_account_id,omptempty"` + DepositTaxesId *Relation `xmlrpc:"deposit_taxes_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // SaleAdvancePaymentInvs represents array of sale.advance.payment.inv model. diff --git a/sale_layout_category.go b/sale_layout_category.go index 197fdd4c..12270f4f 100644 --- a/sale_layout_category.go +++ b/sale_layout_category.go @@ -6,17 +6,17 @@ import ( // SaleLayoutCategory represents sale.layout_category model. type SaleLayoutCategory struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Pagebreak *Bool `xmlrpc:"pagebreak,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - Subtotal *Bool `xmlrpc:"subtotal,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Pagebreak *Bool `xmlrpc:"pagebreak,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + Subtotal *Bool `xmlrpc:"subtotal,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // SaleLayoutCategorys represents array of sale.layout_category model. diff --git a/sale_order.go b/sale_order.go index 56ffc723..4609fd51 100644 --- a/sale_order.go +++ b/sale_order.go @@ -6,81 +6,81 @@ import ( // SaleOrder represents sale.order model. type SaleOrder struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccessToken *String `xmlrpc:"access_token,omitempty"` - ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - ActivityState *Selection `xmlrpc:"activity_state,omitempty"` - ActivitySummary *String `xmlrpc:"activity_summary,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - ActivityUserId *Many2One `xmlrpc:"activity_user_id,omitempty"` - AmountTax *Float `xmlrpc:"amount_tax,omitempty"` - AmountTotal *Float `xmlrpc:"amount_total,omitempty"` - AmountUntaxed *Float `xmlrpc:"amount_untaxed,omitempty"` - AnalyticAccountId *Many2One `xmlrpc:"analytic_account_id,omitempty"` - AutosalesConfigId *Many2One `xmlrpc:"autosales_config_id,omitempty"` - CampaignId *Many2One `xmlrpc:"campaign_id,omitempty"` - ClientOrderRef *String `xmlrpc:"client_order_ref,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - ConfirmationDate *Time `xmlrpc:"confirmation_date,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DateOrder *Time `xmlrpc:"date_order,omitempty"` - DeliveryCount *Int `xmlrpc:"delivery_count,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FiscalPositionId *Many2One `xmlrpc:"fiscal_position_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Incoterm *Many2One `xmlrpc:"incoterm,omitempty"` - InvoiceCount *Int `xmlrpc:"invoice_count,omitempty"` - InvoiceIds *Relation `xmlrpc:"invoice_ids,omitempty"` - InvoiceStatus *Selection `xmlrpc:"invoice_status,omitempty"` - IsExpired *Bool `xmlrpc:"is_expired,omitempty"` - MediumId *Many2One `xmlrpc:"medium_id,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Note *String `xmlrpc:"note,omitempty"` - OpportunityId *Many2One `xmlrpc:"opportunity_id,omitempty"` - OrderLine *Relation `xmlrpc:"order_line,omitempty"` - Origin *String `xmlrpc:"origin,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PartnerInvoiceId *Many2One `xmlrpc:"partner_invoice_id,omitempty"` - PartnerShippingId *Many2One `xmlrpc:"partner_shipping_id,omitempty"` - PaymentTermId *Many2One `xmlrpc:"payment_term_id,omitempty"` - PickingIds *Relation `xmlrpc:"picking_ids,omitempty"` - PickingPolicy *Selection `xmlrpc:"picking_policy,omitempty"` - PortalUrl *String `xmlrpc:"portal_url,omitempty"` - PricelistId *Many2One `xmlrpc:"pricelist_id,omitempty"` - ProcurementGroupId *Many2One `xmlrpc:"procurement_group_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProjectIds *Relation `xmlrpc:"project_ids,omitempty"` - ProjectProjectId *Many2One `xmlrpc:"project_project_id,omitempty"` - SourceId *Many2One `xmlrpc:"source_id,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TagIds *Relation `xmlrpc:"tag_ids,omitempty"` - TasksCount *Int `xmlrpc:"tasks_count,omitempty"` - TasksCreated *Bool `xmlrpc:"tasks_created,omitempty"` - TasksIds *Relation `xmlrpc:"tasks_ids,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - TimesheetCount *Float `xmlrpc:"timesheet_count,omitempty"` - TimesheetIds *Relation `xmlrpc:"timesheet_ids,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - ValidityDate *Time `xmlrpc:"validity_date,omitempty"` - WarehouseId *Many2One `xmlrpc:"warehouse_id,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` - XTitle *String `xmlrpc:"x_title,omitempty"` - XTitleReadOnly *String `xmlrpc:"x_title_read_only,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccessToken *String `xmlrpc:"access_token,omptempty"` + ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + ActivityState *Selection `xmlrpc:"activity_state,omptempty"` + ActivitySummary *String `xmlrpc:"activity_summary,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + ActivityUserId *Many2One `xmlrpc:"activity_user_id,omptempty"` + AmountTax *Float `xmlrpc:"amount_tax,omptempty"` + AmountTotal *Float `xmlrpc:"amount_total,omptempty"` + AmountUntaxed *Float `xmlrpc:"amount_untaxed,omptempty"` + AnalyticAccountId *Many2One `xmlrpc:"analytic_account_id,omptempty"` + AutosalesConfigId *Many2One `xmlrpc:"autosales_config_id,omptempty"` + CampaignId *Many2One `xmlrpc:"campaign_id,omptempty"` + ClientOrderRef *String `xmlrpc:"client_order_ref,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + ConfirmationDate *Time `xmlrpc:"confirmation_date,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DateOrder *Time `xmlrpc:"date_order,omptempty"` + DeliveryCount *Int `xmlrpc:"delivery_count,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FiscalPositionId *Many2One `xmlrpc:"fiscal_position_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Incoterm *Many2One `xmlrpc:"incoterm,omptempty"` + InvoiceCount *Int `xmlrpc:"invoice_count,omptempty"` + InvoiceIds *Relation `xmlrpc:"invoice_ids,omptempty"` + InvoiceStatus *Selection `xmlrpc:"invoice_status,omptempty"` + IsExpired *Bool `xmlrpc:"is_expired,omptempty"` + MediumId *Many2One `xmlrpc:"medium_id,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Note *String `xmlrpc:"note,omptempty"` + OpportunityId *Many2One `xmlrpc:"opportunity_id,omptempty"` + OrderLine *Relation `xmlrpc:"order_line,omptempty"` + Origin *String `xmlrpc:"origin,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PartnerInvoiceId *Many2One `xmlrpc:"partner_invoice_id,omptempty"` + PartnerShippingId *Many2One `xmlrpc:"partner_shipping_id,omptempty"` + PaymentTermId *Many2One `xmlrpc:"payment_term_id,omptempty"` + PickingIds *Relation `xmlrpc:"picking_ids,omptempty"` + PickingPolicy *Selection `xmlrpc:"picking_policy,omptempty"` + PortalUrl *String `xmlrpc:"portal_url,omptempty"` + PricelistId *Many2One `xmlrpc:"pricelist_id,omptempty"` + ProcurementGroupId *Many2One `xmlrpc:"procurement_group_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProjectIds *Relation `xmlrpc:"project_ids,omptempty"` + ProjectProjectId *Many2One `xmlrpc:"project_project_id,omptempty"` + SourceId *Many2One `xmlrpc:"source_id,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TagIds *Relation `xmlrpc:"tag_ids,omptempty"` + TasksCount *Int `xmlrpc:"tasks_count,omptempty"` + TasksCreated *Bool `xmlrpc:"tasks_created,omptempty"` + TasksIds *Relation `xmlrpc:"tasks_ids,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + TimesheetCount *Float `xmlrpc:"timesheet_count,omptempty"` + TimesheetIds *Relation `xmlrpc:"timesheet_ids,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + ValidityDate *Time `xmlrpc:"validity_date,omptempty"` + WarehouseId *Many2One `xmlrpc:"warehouse_id,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` + XTitle *String `xmlrpc:"x_title,omptempty"` + XTitleReadOnly *String `xmlrpc:"x_title_read_only,omptempty"` } // SaleOrders represents array of sale.order model. diff --git a/sale_order_line.go b/sale_order_line.go index 6fd0ab6a..5b6d8413 100644 --- a/sale_order_line.go +++ b/sale_order_line.go @@ -6,55 +6,55 @@ import ( // SaleOrderLine represents sale.order.line model. type SaleOrderLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AmtInvoiced *Float `xmlrpc:"amt_invoiced,omitempty"` - AmtToInvoice *Float `xmlrpc:"amt_to_invoice,omitempty"` - AnalyticTagIds *Relation `xmlrpc:"analytic_tag_ids,omitempty"` - AutosalesBaseOrderLine *Many2One `xmlrpc:"autosales_base_order_line,omitempty"` - AutosalesLine *Bool `xmlrpc:"autosales_line,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - CustomerLead *Float `xmlrpc:"customer_lead,omitempty"` - Discount *Float `xmlrpc:"discount,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InvoiceLines *Relation `xmlrpc:"invoice_lines,omitempty"` - InvoiceStatus *Selection `xmlrpc:"invoice_status,omitempty"` - IsDownpayment *Bool `xmlrpc:"is_downpayment,omitempty"` - IsService *Bool `xmlrpc:"is_service,omitempty"` - LayoutCategoryId *Many2One `xmlrpc:"layout_category_id,omitempty"` - LayoutCategorySequence *Int `xmlrpc:"layout_category_sequence,omitempty"` - MoveIds *Relation `xmlrpc:"move_ids,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OrderId *Many2One `xmlrpc:"order_id,omitempty"` - OrderPartnerId *Many2One `xmlrpc:"order_partner_id,omitempty"` - PriceReduce *Float `xmlrpc:"price_reduce,omitempty"` - PriceReduceTaxexcl *Float `xmlrpc:"price_reduce_taxexcl,omitempty"` - PriceReduceTaxinc *Float `xmlrpc:"price_reduce_taxinc,omitempty"` - PriceSubtotal *Float `xmlrpc:"price_subtotal,omitempty"` - PriceTax *Float `xmlrpc:"price_tax,omitempty"` - PriceTotal *Float `xmlrpc:"price_total,omitempty"` - PriceUnit *Float `xmlrpc:"price_unit,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductImage *String `xmlrpc:"product_image,omitempty"` - ProductPackaging *Many2One `xmlrpc:"product_packaging,omitempty"` - ProductUom *Many2One `xmlrpc:"product_uom,omitempty"` - ProductUomQty *Float `xmlrpc:"product_uom_qty,omitempty"` - ProductUpdatable *Bool `xmlrpc:"product_updatable,omitempty"` - QtyDelivered *Float `xmlrpc:"qty_delivered,omitempty"` - QtyDeliveredUpdateable *Bool `xmlrpc:"qty_delivered_updateable,omitempty"` - QtyInvoiced *Float `xmlrpc:"qty_invoiced,omitempty"` - QtyToInvoice *Float `xmlrpc:"qty_to_invoice,omitempty"` - RouteId *Many2One `xmlrpc:"route_id,omitempty"` - SalesmanId *Many2One `xmlrpc:"salesman_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TaskId *Many2One `xmlrpc:"task_id,omitempty"` - TaxId *Relation `xmlrpc:"tax_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AmtInvoiced *Float `xmlrpc:"amt_invoiced,omptempty"` + AmtToInvoice *Float `xmlrpc:"amt_to_invoice,omptempty"` + AnalyticTagIds *Relation `xmlrpc:"analytic_tag_ids,omptempty"` + AutosalesBaseOrderLine *Many2One `xmlrpc:"autosales_base_order_line,omptempty"` + AutosalesLine *Bool `xmlrpc:"autosales_line,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + CustomerLead *Float `xmlrpc:"customer_lead,omptempty"` + Discount *Float `xmlrpc:"discount,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InvoiceLines *Relation `xmlrpc:"invoice_lines,omptempty"` + InvoiceStatus *Selection `xmlrpc:"invoice_status,omptempty"` + IsDownpayment *Bool `xmlrpc:"is_downpayment,omptempty"` + IsService *Bool `xmlrpc:"is_service,omptempty"` + LayoutCategoryId *Many2One `xmlrpc:"layout_category_id,omptempty"` + LayoutCategorySequence *Int `xmlrpc:"layout_category_sequence,omptempty"` + MoveIds *Relation `xmlrpc:"move_ids,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OrderId *Many2One `xmlrpc:"order_id,omptempty"` + OrderPartnerId *Many2One `xmlrpc:"order_partner_id,omptempty"` + PriceReduce *Float `xmlrpc:"price_reduce,omptempty"` + PriceReduceTaxexcl *Float `xmlrpc:"price_reduce_taxexcl,omptempty"` + PriceReduceTaxinc *Float `xmlrpc:"price_reduce_taxinc,omptempty"` + PriceSubtotal *Float `xmlrpc:"price_subtotal,omptempty"` + PriceTax *Float `xmlrpc:"price_tax,omptempty"` + PriceTotal *Float `xmlrpc:"price_total,omptempty"` + PriceUnit *Float `xmlrpc:"price_unit,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductImage *String `xmlrpc:"product_image,omptempty"` + ProductPackaging *Many2One `xmlrpc:"product_packaging,omptempty"` + ProductUom *Many2One `xmlrpc:"product_uom,omptempty"` + ProductUomQty *Float `xmlrpc:"product_uom_qty,omptempty"` + ProductUpdatable *Bool `xmlrpc:"product_updatable,omptempty"` + QtyDelivered *Float `xmlrpc:"qty_delivered,omptempty"` + QtyDeliveredUpdateable *Bool `xmlrpc:"qty_delivered_updateable,omptempty"` + QtyInvoiced *Float `xmlrpc:"qty_invoiced,omptempty"` + QtyToInvoice *Float `xmlrpc:"qty_to_invoice,omptempty"` + RouteId *Many2One `xmlrpc:"route_id,omptempty"` + SalesmanId *Many2One `xmlrpc:"salesman_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TaskId *Many2One `xmlrpc:"task_id,omptempty"` + TaxId *Relation `xmlrpc:"tax_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // SaleOrderLines represents array of sale.order.line model. diff --git a/sale_report.go b/sale_report.go index 022d02d6..403aa9a4 100644 --- a/sale_report.go +++ b/sale_report.go @@ -6,37 +6,37 @@ import ( // SaleReport represents sale.report model. type SaleReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AmtInvoiced *Float `xmlrpc:"amt_invoiced,omitempty"` - AmtToInvoice *Float `xmlrpc:"amt_to_invoice,omitempty"` - AnalyticAccountId *Many2One `xmlrpc:"analytic_account_id,omitempty"` - CategId *Many2One `xmlrpc:"categ_id,omitempty"` - CommercialPartnerId *Many2One `xmlrpc:"commercial_partner_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - ConfirmationDate *Time `xmlrpc:"confirmation_date,omitempty"` - CountryId *Many2One `xmlrpc:"country_id,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Nbr *Int `xmlrpc:"nbr,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PriceSubtotal *Float `xmlrpc:"price_subtotal,omitempty"` - PriceTotal *Float `xmlrpc:"price_total,omitempty"` - PricelistId *Many2One `xmlrpc:"pricelist_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omitempty"` - ProductUom *Many2One `xmlrpc:"product_uom,omitempty"` - ProductUomQty *Float `xmlrpc:"product_uom_qty,omitempty"` - QtyDelivered *Float `xmlrpc:"qty_delivered,omitempty"` - QtyInvoiced *Float `xmlrpc:"qty_invoiced,omitempty"` - QtyToInvoice *Float `xmlrpc:"qty_to_invoice,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TeamId *Many2One `xmlrpc:"team_id,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` - Volume *Float `xmlrpc:"volume,omitempty"` - WarehouseId *Many2One `xmlrpc:"warehouse_id,omitempty"` - Weight *Float `xmlrpc:"weight,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AmtInvoiced *Float `xmlrpc:"amt_invoiced,omptempty"` + AmtToInvoice *Float `xmlrpc:"amt_to_invoice,omptempty"` + AnalyticAccountId *Many2One `xmlrpc:"analytic_account_id,omptempty"` + CategId *Many2One `xmlrpc:"categ_id,omptempty"` + CommercialPartnerId *Many2One `xmlrpc:"commercial_partner_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + ConfirmationDate *Time `xmlrpc:"confirmation_date,omptempty"` + CountryId *Many2One `xmlrpc:"country_id,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Nbr *Int `xmlrpc:"nbr,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PriceSubtotal *Float `xmlrpc:"price_subtotal,omptempty"` + PriceTotal *Float `xmlrpc:"price_total,omptempty"` + PricelistId *Many2One `xmlrpc:"pricelist_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omptempty"` + ProductUom *Many2One `xmlrpc:"product_uom,omptempty"` + ProductUomQty *Float `xmlrpc:"product_uom_qty,omptempty"` + QtyDelivered *Float `xmlrpc:"qty_delivered,omptempty"` + QtyInvoiced *Float `xmlrpc:"qty_invoiced,omptempty"` + QtyToInvoice *Float `xmlrpc:"qty_to_invoice,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TeamId *Many2One `xmlrpc:"team_id,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` + Volume *Float `xmlrpc:"volume,omptempty"` + WarehouseId *Many2One `xmlrpc:"warehouse_id,omptempty"` + Weight *Float `xmlrpc:"weight,omptempty"` } // SaleReports represents array of sale.report model. diff --git a/sms_api.go b/sms_api.go index 69897b11..a2dc1718 100644 --- a/sms_api.go +++ b/sms_api.go @@ -6,9 +6,9 @@ import ( // SmsApi represents sms.api model. type SmsApi struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` } // SmsApis represents array of sms.api model. diff --git a/sms_send_sms.go b/sms_send_sms.go index 88a3aca3..95dd7af2 100644 --- a/sms_send_sms.go +++ b/sms_send_sms.go @@ -6,15 +6,15 @@ import ( // SmsSendSms represents sms.send_sms model. type SmsSendSms struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Message *String `xmlrpc:"message,omitempty"` - Recipients *String `xmlrpc:"recipients,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Message *String `xmlrpc:"message,omptempty"` + Recipients *String `xmlrpc:"recipients,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // SmsSendSmss represents array of sms.send_sms model. diff --git a/sparse_fields_test.go b/sparse_fields_test.go index b5b244e5..70df9c18 100644 --- a/sparse_fields_test.go +++ b/sparse_fields_test.go @@ -6,20 +6,20 @@ import ( // SparseFieldsTest represents sparse_fields.test model. type SparseFieldsTest struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Boolean *Bool `xmlrpc:"boolean,omitempty"` - Char *String `xmlrpc:"char,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Data interface{} `xmlrpc:"data,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Float *Float `xmlrpc:"float,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Integer *Int `xmlrpc:"integer,omitempty"` - Partner *Many2One `xmlrpc:"partner,omitempty"` - Selection *Selection `xmlrpc:"selection,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Boolean *Bool `xmlrpc:"boolean,omptempty"` + Char *String `xmlrpc:"char,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Data interface{} `xmlrpc:"data,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Float *Float `xmlrpc:"float,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Integer *Int `xmlrpc:"integer,omptempty"` + Partner *Many2One `xmlrpc:"partner,omptempty"` + Selection *Selection `xmlrpc:"selection,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // SparseFieldsTests represents array of sparse_fields.test model. diff --git a/stock_backorder_confirmation.go b/stock_backorder_confirmation.go index f294339a..a130f779 100644 --- a/stock_backorder_confirmation.go +++ b/stock_backorder_confirmation.go @@ -6,14 +6,14 @@ import ( // StockBackorderConfirmation represents stock.backorder.confirmation model. type StockBackorderConfirmation struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PickIds *Relation `xmlrpc:"pick_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PickIds *Relation `xmlrpc:"pick_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockBackorderConfirmations represents array of stock.backorder.confirmation model. diff --git a/stock_change_product_qty.go b/stock_change_product_qty.go index 886fca02..d393deba 100644 --- a/stock_change_product_qty.go +++ b/stock_change_product_qty.go @@ -6,19 +6,19 @@ import ( // StockChangeProductQty represents stock.change.product.qty model. type StockChangeProductQty struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - LotId *Many2One `xmlrpc:"lot_id,omitempty"` - NewQuantity *Float `xmlrpc:"new_quantity,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omitempty"` - ProductVariantCount *Int `xmlrpc:"product_variant_count,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + LotId *Many2One `xmlrpc:"lot_id,omptempty"` + NewQuantity *Float `xmlrpc:"new_quantity,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omptempty"` + ProductVariantCount *Int `xmlrpc:"product_variant_count,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockChangeProductQtys represents array of stock.change.product.qty model. diff --git a/stock_change_standard_price.go b/stock_change_standard_price.go index c021ea8e..377c168c 100644 --- a/stock_change_standard_price.go +++ b/stock_change_standard_price.go @@ -6,16 +6,16 @@ import ( // StockChangeStandardPrice represents stock.change.standard.price model. type StockChangeStandardPrice struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CounterpartAccountId *Many2One `xmlrpc:"counterpart_account_id,omitempty"` - CounterpartAccountIdRequired *Bool `xmlrpc:"counterpart_account_id_required,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - NewPrice *Float `xmlrpc:"new_price,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CounterpartAccountId *Many2One `xmlrpc:"counterpart_account_id,omptempty"` + CounterpartAccountIdRequired *Bool `xmlrpc:"counterpart_account_id_required,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + NewPrice *Float `xmlrpc:"new_price,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockChangeStandardPrices represents array of stock.change.standard.price model. diff --git a/stock_fixed_putaway_strat.go b/stock_fixed_putaway_strat.go index 26496cfe..3a56121b 100644 --- a/stock_fixed_putaway_strat.go +++ b/stock_fixed_putaway_strat.go @@ -6,17 +6,17 @@ import ( // StockFixedPutawayStrat represents stock.fixed.putaway.strat model. type StockFixedPutawayStrat struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CategoryId *Many2One `xmlrpc:"category_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FixedLocationId *Many2One `xmlrpc:"fixed_location_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PutawayId *Many2One `xmlrpc:"putaway_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CategoryId *Many2One `xmlrpc:"category_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FixedLocationId *Many2One `xmlrpc:"fixed_location_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PutawayId *Many2One `xmlrpc:"putaway_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockFixedPutawayStrats represents array of stock.fixed.putaway.strat model. diff --git a/stock_immediate_transfer.go b/stock_immediate_transfer.go index 6430ea60..75afb525 100644 --- a/stock_immediate_transfer.go +++ b/stock_immediate_transfer.go @@ -6,14 +6,14 @@ import ( // StockImmediateTransfer represents stock.immediate.transfer model. type StockImmediateTransfer struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - PickIds *Relation `xmlrpc:"pick_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + PickIds *Relation `xmlrpc:"pick_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockImmediateTransfers represents array of stock.immediate.transfer model. diff --git a/stock_incoterms.go b/stock_incoterms.go index d6e7ce76..b3794b42 100644 --- a/stock_incoterms.go +++ b/stock_incoterms.go @@ -6,16 +6,16 @@ import ( // StockIncoterms represents stock.incoterms model. type StockIncoterms struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockIncotermss represents array of stock.incoterms model. diff --git a/stock_inventory.go b/stock_inventory.go index 506a3b4b..3186608a 100644 --- a/stock_inventory.go +++ b/stock_inventory.go @@ -6,29 +6,29 @@ import ( // StockInventory represents stock.inventory model. type StockInventory struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountingDate *Time `xmlrpc:"accounting_date,omitempty"` - CategoryId *Many2One `xmlrpc:"category_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Exhausted *Bool `xmlrpc:"exhausted,omitempty"` - Filter *Selection `xmlrpc:"filter,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LineIds *Relation `xmlrpc:"line_ids,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - LotId *Many2One `xmlrpc:"lot_id,omitempty"` - MoveIds *Relation `xmlrpc:"move_ids,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PackageId *Many2One `xmlrpc:"package_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TotalQty *Float `xmlrpc:"total_qty,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountingDate *Time `xmlrpc:"accounting_date,omptempty"` + CategoryId *Many2One `xmlrpc:"category_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Exhausted *Bool `xmlrpc:"exhausted,omptempty"` + Filter *Selection `xmlrpc:"filter,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LineIds *Relation `xmlrpc:"line_ids,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + LotId *Many2One `xmlrpc:"lot_id,omptempty"` + MoveIds *Relation `xmlrpc:"move_ids,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PackageId *Many2One `xmlrpc:"package_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TotalQty *Float `xmlrpc:"total_qty,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockInventorys represents array of stock.inventory model. diff --git a/stock_inventory_line.go b/stock_inventory_line.go index aa2d468e..e13f3001 100644 --- a/stock_inventory_line.go +++ b/stock_inventory_line.go @@ -6,29 +6,29 @@ import ( // StockInventoryLine represents stock.inventory.line model. type StockInventoryLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InventoryId *Many2One `xmlrpc:"inventory_id,omitempty"` - InventoryLocationId *Many2One `xmlrpc:"inventory_location_id,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - LocationName *String `xmlrpc:"location_name,omitempty"` - PackageId *Many2One `xmlrpc:"package_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - ProdLotId *Many2One `xmlrpc:"prod_lot_id,omitempty"` - ProdlotName *String `xmlrpc:"prodlot_name,omitempty"` - ProductCode *String `xmlrpc:"product_code,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductName *String `xmlrpc:"product_name,omitempty"` - ProductQty *Float `xmlrpc:"product_qty,omitempty"` - ProductUomId *Many2One `xmlrpc:"product_uom_id,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - TheoreticalQty *Float `xmlrpc:"theoretical_qty,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InventoryId *Many2One `xmlrpc:"inventory_id,omptempty"` + InventoryLocationId *Many2One `xmlrpc:"inventory_location_id,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + LocationName *String `xmlrpc:"location_name,omptempty"` + PackageId *Many2One `xmlrpc:"package_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + ProdLotId *Many2One `xmlrpc:"prod_lot_id,omptempty"` + ProdlotName *String `xmlrpc:"prodlot_name,omptempty"` + ProductCode *String `xmlrpc:"product_code,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductName *String `xmlrpc:"product_name,omptempty"` + ProductQty *Float `xmlrpc:"product_qty,omptempty"` + ProductUomId *Many2One `xmlrpc:"product_uom_id,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + TheoreticalQty *Float `xmlrpc:"theoretical_qty,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockInventoryLines represents array of stock.inventory.line model. diff --git a/stock_location.go b/stock_location.go index 06702798..d5e405f5 100644 --- a/stock_location.go +++ b/stock_location.go @@ -6,35 +6,35 @@ import ( // StockLocation represents stock.location model. type StockLocation struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Barcode *String `xmlrpc:"barcode,omitempty"` - ChildIds *Relation `xmlrpc:"child_ids,omitempty"` - Comment *String `xmlrpc:"comment,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CompleteName *String `xmlrpc:"complete_name,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ParentLeft *Int `xmlrpc:"parent_left,omitempty"` - ParentRight *Int `xmlrpc:"parent_right,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - Posx *Int `xmlrpc:"posx,omitempty"` - Posy *Int `xmlrpc:"posy,omitempty"` - Posz *Int `xmlrpc:"posz,omitempty"` - PutawayStrategyId *Many2One `xmlrpc:"putaway_strategy_id,omitempty"` - QuantIds *Relation `xmlrpc:"quant_ids,omitempty"` - RemovalStrategyId *Many2One `xmlrpc:"removal_strategy_id,omitempty"` - ReturnLocation *Bool `xmlrpc:"return_location,omitempty"` - ScrapLocation *Bool `xmlrpc:"scrap_location,omitempty"` - Usage *Selection `xmlrpc:"usage,omitempty"` - ValuationInAccountId *Many2One `xmlrpc:"valuation_in_account_id,omitempty"` - ValuationOutAccountId *Many2One `xmlrpc:"valuation_out_account_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Barcode *String `xmlrpc:"barcode,omptempty"` + ChildIds *Relation `xmlrpc:"child_ids,omptempty"` + Comment *String `xmlrpc:"comment,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CompleteName *String `xmlrpc:"complete_name,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ParentLeft *Int `xmlrpc:"parent_left,omptempty"` + ParentRight *Int `xmlrpc:"parent_right,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + Posx *Int `xmlrpc:"posx,omptempty"` + Posy *Int `xmlrpc:"posy,omptempty"` + Posz *Int `xmlrpc:"posz,omptempty"` + PutawayStrategyId *Many2One `xmlrpc:"putaway_strategy_id,omptempty"` + QuantIds *Relation `xmlrpc:"quant_ids,omptempty"` + RemovalStrategyId *Many2One `xmlrpc:"removal_strategy_id,omptempty"` + ReturnLocation *Bool `xmlrpc:"return_location,omptempty"` + ScrapLocation *Bool `xmlrpc:"scrap_location,omptempty"` + Usage *Selection `xmlrpc:"usage,omptempty"` + ValuationInAccountId *Many2One `xmlrpc:"valuation_in_account_id,omptempty"` + ValuationOutAccountId *Many2One `xmlrpc:"valuation_out_account_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockLocations represents array of stock.location model. diff --git a/stock_location_path.go b/stock_location_path.go index ff40feef..11f85bd2 100644 --- a/stock_location_path.go +++ b/stock_location_path.go @@ -6,26 +6,26 @@ import ( // StockLocationPath represents stock.location.path model. type StockLocationPath struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - Auto *Selection `xmlrpc:"auto,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Delay *Int `xmlrpc:"delay,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LocationDestId *Many2One `xmlrpc:"location_dest_id,omitempty"` - LocationFromId *Many2One `xmlrpc:"location_from_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PickingTypeId *Many2One `xmlrpc:"picking_type_id,omitempty"` - Propagate *Bool `xmlrpc:"propagate,omitempty"` - RouteId *Many2One `xmlrpc:"route_id,omitempty"` - RouteSequence *Int `xmlrpc:"route_sequence,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - WarehouseId *Many2One `xmlrpc:"warehouse_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + Auto *Selection `xmlrpc:"auto,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Delay *Int `xmlrpc:"delay,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LocationDestId *Many2One `xmlrpc:"location_dest_id,omptempty"` + LocationFromId *Many2One `xmlrpc:"location_from_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PickingTypeId *Many2One `xmlrpc:"picking_type_id,omptempty"` + Propagate *Bool `xmlrpc:"propagate,omptempty"` + RouteId *Many2One `xmlrpc:"route_id,omptempty"` + RouteSequence *Int `xmlrpc:"route_sequence,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + WarehouseId *Many2One `xmlrpc:"warehouse_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockLocationPaths represents array of stock.location.path model. diff --git a/stock_location_route.go b/stock_location_route.go index 7229b0dc..f5accd32 100644 --- a/stock_location_route.go +++ b/stock_location_route.go @@ -6,28 +6,28 @@ import ( // StockLocationRoute represents stock.location.route model. type StockLocationRoute struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CategIds *Relation `xmlrpc:"categ_ids,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ProductCategSelectable *Bool `xmlrpc:"product_categ_selectable,omitempty"` - ProductIds *Relation `xmlrpc:"product_ids,omitempty"` - ProductSelectable *Bool `xmlrpc:"product_selectable,omitempty"` - PullIds *Relation `xmlrpc:"pull_ids,omitempty"` - PushIds *Relation `xmlrpc:"push_ids,omitempty"` - SaleSelectable *Bool `xmlrpc:"sale_selectable,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - SuppliedWhId *Many2One `xmlrpc:"supplied_wh_id,omitempty"` - SupplierWhId *Many2One `xmlrpc:"supplier_wh_id,omitempty"` - WarehouseIds *Relation `xmlrpc:"warehouse_ids,omitempty"` - WarehouseSelectable *Bool `xmlrpc:"warehouse_selectable,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CategIds *Relation `xmlrpc:"categ_ids,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ProductCategSelectable *Bool `xmlrpc:"product_categ_selectable,omptempty"` + ProductIds *Relation `xmlrpc:"product_ids,omptempty"` + ProductSelectable *Bool `xmlrpc:"product_selectable,omptempty"` + PullIds *Relation `xmlrpc:"pull_ids,omptempty"` + PushIds *Relation `xmlrpc:"push_ids,omptempty"` + SaleSelectable *Bool `xmlrpc:"sale_selectable,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + SuppliedWhId *Many2One `xmlrpc:"supplied_wh_id,omptempty"` + SupplierWhId *Many2One `xmlrpc:"supplier_wh_id,omptempty"` + WarehouseIds *Relation `xmlrpc:"warehouse_ids,omptempty"` + WarehouseSelectable *Bool `xmlrpc:"warehouse_selectable,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockLocationRoutes represents array of stock.location.route model. diff --git a/stock_move.go b/stock_move.go index fb635a65..5d5f0b80 100644 --- a/stock_move.go +++ b/stock_move.go @@ -6,78 +6,78 @@ import ( // StockMove represents stock.move model. type StockMove struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AccountMoveIds *Relation `xmlrpc:"account_move_ids,omitempty"` - Additional *Bool `xmlrpc:"additional,omitempty"` - Availability *Float `xmlrpc:"availability,omitempty"` - BackorderId *Many2One `xmlrpc:"backorder_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CreatedPurchaseLineId *Many2One `xmlrpc:"created_purchase_line_id,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DateExpected *Time `xmlrpc:"date_expected,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - GroupId *Many2One `xmlrpc:"group_id,omitempty"` - HasMoveLines *Bool `xmlrpc:"has_move_lines,omitempty"` - HasTracking *Selection `xmlrpc:"has_tracking,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InventoryId *Many2One `xmlrpc:"inventory_id,omitempty"` - IsInitialDemandEditable *Bool `xmlrpc:"is_initial_demand_editable,omitempty"` - IsLocked *Bool `xmlrpc:"is_locked,omitempty"` - IsQuantityDoneEditable *Bool `xmlrpc:"is_quantity_done_editable,omitempty"` - LocationDestId *Many2One `xmlrpc:"location_dest_id,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - MoveDestIds *Relation `xmlrpc:"move_dest_ids,omitempty"` - MoveLineIds *Relation `xmlrpc:"move_line_ids,omitempty"` - MoveLineNosuggestIds *Relation `xmlrpc:"move_line_nosuggest_ids,omitempty"` - MoveOrigIds *Relation `xmlrpc:"move_orig_ids,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Note *String `xmlrpc:"note,omitempty"` - OrderedQty *Float `xmlrpc:"ordered_qty,omitempty"` - Origin *String `xmlrpc:"origin,omitempty"` - OriginReturnedMoveId *Many2One `xmlrpc:"origin_returned_move_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PickingCode *Selection `xmlrpc:"picking_code,omitempty"` - PickingId *Many2One `xmlrpc:"picking_id,omitempty"` - PickingPartnerId *Many2One `xmlrpc:"picking_partner_id,omitempty"` - PickingTypeId *Many2One `xmlrpc:"picking_type_id,omitempty"` - PriceUnit *Float `xmlrpc:"price_unit,omitempty"` - Priority *Selection `xmlrpc:"priority,omitempty"` - ProcureMethod *Selection `xmlrpc:"procure_method,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductPackaging *Many2One `xmlrpc:"product_packaging,omitempty"` - ProductQty *Float `xmlrpc:"product_qty,omitempty"` - ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omitempty"` - ProductType *Selection `xmlrpc:"product_type,omitempty"` - ProductUom *Many2One `xmlrpc:"product_uom,omitempty"` - ProductUomQty *Float `xmlrpc:"product_uom_qty,omitempty"` - Propagate *Bool `xmlrpc:"propagate,omitempty"` - PurchaseLineId *Many2One `xmlrpc:"purchase_line_id,omitempty"` - PushRuleId *Many2One `xmlrpc:"push_rule_id,omitempty"` - QuantityDone *Float `xmlrpc:"quantity_done,omitempty"` - Reference *String `xmlrpc:"reference,omitempty"` - RemainingQty *Float `xmlrpc:"remaining_qty,omitempty"` - RemainingValue *Float `xmlrpc:"remaining_value,omitempty"` - ReservedAvailability *Float `xmlrpc:"reserved_availability,omitempty"` - RestrictPartnerId *Many2One `xmlrpc:"restrict_partner_id,omitempty"` - ReturnedMoveIds *Relation `xmlrpc:"returned_move_ids,omitempty"` - RouteIds *Relation `xmlrpc:"route_ids,omitempty"` - RuleId *Many2One `xmlrpc:"rule_id,omitempty"` - SaleLineId *Many2One `xmlrpc:"sale_line_id,omitempty"` - ScrapIds *Relation `xmlrpc:"scrap_ids,omitempty"` - Scrapped *Bool `xmlrpc:"scrapped,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - ShowDetailsVisible *Bool `xmlrpc:"show_details_visible,omitempty"` - ShowOperations *Bool `xmlrpc:"show_operations,omitempty"` - ShowReservedAvailability *Bool `xmlrpc:"show_reserved_availability,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - StringAvailabilityInfo *String `xmlrpc:"string_availability_info,omitempty"` - ToRefund *Bool `xmlrpc:"to_refund,omitempty"` - Value *Float `xmlrpc:"value,omitempty"` - WarehouseId *Many2One `xmlrpc:"warehouse_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AccountMoveIds *Relation `xmlrpc:"account_move_ids,omptempty"` + Additional *Bool `xmlrpc:"additional,omptempty"` + Availability *Float `xmlrpc:"availability,omptempty"` + BackorderId *Many2One `xmlrpc:"backorder_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CreatedPurchaseLineId *Many2One `xmlrpc:"created_purchase_line_id,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DateExpected *Time `xmlrpc:"date_expected,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + GroupId *Many2One `xmlrpc:"group_id,omptempty"` + HasMoveLines *Bool `xmlrpc:"has_move_lines,omptempty"` + HasTracking *Selection `xmlrpc:"has_tracking,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InventoryId *Many2One `xmlrpc:"inventory_id,omptempty"` + IsInitialDemandEditable *Bool `xmlrpc:"is_initial_demand_editable,omptempty"` + IsLocked *Bool `xmlrpc:"is_locked,omptempty"` + IsQuantityDoneEditable *Bool `xmlrpc:"is_quantity_done_editable,omptempty"` + LocationDestId *Many2One `xmlrpc:"location_dest_id,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + MoveDestIds *Relation `xmlrpc:"move_dest_ids,omptempty"` + MoveLineIds *Relation `xmlrpc:"move_line_ids,omptempty"` + MoveLineNosuggestIds *Relation `xmlrpc:"move_line_nosuggest_ids,omptempty"` + MoveOrigIds *Relation `xmlrpc:"move_orig_ids,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Note *String `xmlrpc:"note,omptempty"` + OrderedQty *Float `xmlrpc:"ordered_qty,omptempty"` + Origin *String `xmlrpc:"origin,omptempty"` + OriginReturnedMoveId *Many2One `xmlrpc:"origin_returned_move_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PickingCode *Selection `xmlrpc:"picking_code,omptempty"` + PickingId *Many2One `xmlrpc:"picking_id,omptempty"` + PickingPartnerId *Many2One `xmlrpc:"picking_partner_id,omptempty"` + PickingTypeId *Many2One `xmlrpc:"picking_type_id,omptempty"` + PriceUnit *Float `xmlrpc:"price_unit,omptempty"` + Priority *Selection `xmlrpc:"priority,omptempty"` + ProcureMethod *Selection `xmlrpc:"procure_method,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductPackaging *Many2One `xmlrpc:"product_packaging,omptempty"` + ProductQty *Float `xmlrpc:"product_qty,omptempty"` + ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omptempty"` + ProductType *Selection `xmlrpc:"product_type,omptempty"` + ProductUom *Many2One `xmlrpc:"product_uom,omptempty"` + ProductUomQty *Float `xmlrpc:"product_uom_qty,omptempty"` + Propagate *Bool `xmlrpc:"propagate,omptempty"` + PurchaseLineId *Many2One `xmlrpc:"purchase_line_id,omptempty"` + PushRuleId *Many2One `xmlrpc:"push_rule_id,omptempty"` + QuantityDone *Float `xmlrpc:"quantity_done,omptempty"` + Reference *String `xmlrpc:"reference,omptempty"` + RemainingQty *Float `xmlrpc:"remaining_qty,omptempty"` + RemainingValue *Float `xmlrpc:"remaining_value,omptempty"` + ReservedAvailability *Float `xmlrpc:"reserved_availability,omptempty"` + RestrictPartnerId *Many2One `xmlrpc:"restrict_partner_id,omptempty"` + ReturnedMoveIds *Relation `xmlrpc:"returned_move_ids,omptempty"` + RouteIds *Relation `xmlrpc:"route_ids,omptempty"` + RuleId *Many2One `xmlrpc:"rule_id,omptempty"` + SaleLineId *Many2One `xmlrpc:"sale_line_id,omptempty"` + ScrapIds *Relation `xmlrpc:"scrap_ids,omptempty"` + Scrapped *Bool `xmlrpc:"scrapped,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + ShowDetailsVisible *Bool `xmlrpc:"show_details_visible,omptempty"` + ShowOperations *Bool `xmlrpc:"show_operations,omptempty"` + ShowReservedAvailability *Bool `xmlrpc:"show_reserved_availability,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + StringAvailabilityInfo *String `xmlrpc:"string_availability_info,omptempty"` + ToRefund *Bool `xmlrpc:"to_refund,omptempty"` + Value *Float `xmlrpc:"value,omptempty"` + WarehouseId *Many2One `xmlrpc:"warehouse_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockMoves represents array of stock.move model. diff --git a/stock_move_line.go b/stock_move_line.go index 75e7e5cc..856a465d 100644 --- a/stock_move_line.go +++ b/stock_move_line.go @@ -6,39 +6,39 @@ import ( // StockMoveLine represents stock.move.line model. type StockMoveLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ConsumeLineIds *Relation `xmlrpc:"consume_line_ids,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - FromLoc *String `xmlrpc:"from_loc,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InEntirePackage *Bool `xmlrpc:"in_entire_package,omitempty"` - IsInitialDemandEditable *Bool `xmlrpc:"is_initial_demand_editable,omitempty"` - IsLocked *Bool `xmlrpc:"is_locked,omitempty"` - LocationDestId *Many2One `xmlrpc:"location_dest_id,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - LotId *Many2One `xmlrpc:"lot_id,omitempty"` - LotName *String `xmlrpc:"lot_name,omitempty"` - LotsVisible *Bool `xmlrpc:"lots_visible,omitempty"` - MoveId *Many2One `xmlrpc:"move_id,omitempty"` - OrderedQty *Float `xmlrpc:"ordered_qty,omitempty"` - OwnerId *Many2One `xmlrpc:"owner_id,omitempty"` - PackageId *Many2One `xmlrpc:"package_id,omitempty"` - PickingId *Many2One `xmlrpc:"picking_id,omitempty"` - ProduceLineIds *Relation `xmlrpc:"produce_line_ids,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductQty *Float `xmlrpc:"product_qty,omitempty"` - ProductUomId *Many2One `xmlrpc:"product_uom_id,omitempty"` - ProductUomQty *Float `xmlrpc:"product_uom_qty,omitempty"` - QtyDone *Float `xmlrpc:"qty_done,omitempty"` - Reference *String `xmlrpc:"reference,omitempty"` - ResultPackageId *Many2One `xmlrpc:"result_package_id,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - ToLoc *String `xmlrpc:"to_loc,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ConsumeLineIds *Relation `xmlrpc:"consume_line_ids,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + FromLoc *String `xmlrpc:"from_loc,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InEntirePackage *Bool `xmlrpc:"in_entire_package,omptempty"` + IsInitialDemandEditable *Bool `xmlrpc:"is_initial_demand_editable,omptempty"` + IsLocked *Bool `xmlrpc:"is_locked,omptempty"` + LocationDestId *Many2One `xmlrpc:"location_dest_id,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + LotId *Many2One `xmlrpc:"lot_id,omptempty"` + LotName *String `xmlrpc:"lot_name,omptempty"` + LotsVisible *Bool `xmlrpc:"lots_visible,omptempty"` + MoveId *Many2One `xmlrpc:"move_id,omptempty"` + OrderedQty *Float `xmlrpc:"ordered_qty,omptempty"` + OwnerId *Many2One `xmlrpc:"owner_id,omptempty"` + PackageId *Many2One `xmlrpc:"package_id,omptempty"` + PickingId *Many2One `xmlrpc:"picking_id,omptempty"` + ProduceLineIds *Relation `xmlrpc:"produce_line_ids,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductQty *Float `xmlrpc:"product_qty,omptempty"` + ProductUomId *Many2One `xmlrpc:"product_uom_id,omptempty"` + ProductUomQty *Float `xmlrpc:"product_uom_qty,omptempty"` + QtyDone *Float `xmlrpc:"qty_done,omptempty"` + Reference *String `xmlrpc:"reference,omptempty"` + ResultPackageId *Many2One `xmlrpc:"result_package_id,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + ToLoc *String `xmlrpc:"to_loc,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockMoveLines represents array of stock.move.line model. diff --git a/stock_overprocessed_transfer.go b/stock_overprocessed_transfer.go index 1b5bd335..91958a99 100644 --- a/stock_overprocessed_transfer.go +++ b/stock_overprocessed_transfer.go @@ -6,15 +6,15 @@ import ( // StockOverprocessedTransfer represents stock.overprocessed.transfer model. type StockOverprocessedTransfer struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - OverprocessedProductName *String `xmlrpc:"overprocessed_product_name,omitempty"` - PickingId *Many2One `xmlrpc:"picking_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + OverprocessedProductName *String `xmlrpc:"overprocessed_product_name,omptempty"` + PickingId *Many2One `xmlrpc:"picking_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockOverprocessedTransfers represents array of stock.overprocessed.transfer model. diff --git a/stock_picking.go b/stock_picking.go index de8061c1..3b4ce4f7 100644 --- a/stock_picking.go +++ b/stock_picking.go @@ -6,67 +6,67 @@ import ( // StockPicking represents stock.picking model. type StockPicking struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omitempty"` - ActivityIds *Relation `xmlrpc:"activity_ids,omitempty"` - ActivityState *Selection `xmlrpc:"activity_state,omitempty"` - ActivitySummary *String `xmlrpc:"activity_summary,omitempty"` - ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omitempty"` - ActivityUserId *Many2One `xmlrpc:"activity_user_id,omitempty"` - BackorderId *Many2One `xmlrpc:"backorder_id,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DateDone *Time `xmlrpc:"date_done,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - EntirePackageDetailIds *Relation `xmlrpc:"entire_package_detail_ids,omitempty"` - EntirePackageIds *Relation `xmlrpc:"entire_package_ids,omitempty"` - GroupId *Many2One `xmlrpc:"group_id,omitempty"` - HasPackages *Bool `xmlrpc:"has_packages,omitempty"` - HasScrapMove *Bool `xmlrpc:"has_scrap_move,omitempty"` - HasTracking *Bool `xmlrpc:"has_tracking,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IsLocked *Bool `xmlrpc:"is_locked,omitempty"` - LocationDestId *Many2One `xmlrpc:"location_dest_id,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - MoveLineExist *Bool `xmlrpc:"move_line_exist,omitempty"` - MoveLineIds *Relation `xmlrpc:"move_line_ids,omitempty"` - MoveLines *Relation `xmlrpc:"move_lines,omitempty"` - MoveType *Selection `xmlrpc:"move_type,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Note *String `xmlrpc:"note,omitempty"` - Origin *String `xmlrpc:"origin,omitempty"` - OwnerId *Many2One `xmlrpc:"owner_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PickingTypeCode *Selection `xmlrpc:"picking_type_code,omitempty"` - PickingTypeEntirePacks *Bool `xmlrpc:"picking_type_entire_packs,omitempty"` - PickingTypeId *Many2One `xmlrpc:"picking_type_id,omitempty"` - Printed *Bool `xmlrpc:"printed,omitempty"` - Priority *Selection `xmlrpc:"priority,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - PurchaseId *Many2One `xmlrpc:"purchase_id,omitempty"` - SaleId *Many2One `xmlrpc:"sale_id,omitempty"` - ScheduledDate *Time `xmlrpc:"scheduled_date,omitempty"` - ShowCheckAvailability *Bool `xmlrpc:"show_check_availability,omitempty"` - ShowLotsText *Bool `xmlrpc:"show_lots_text,omitempty"` - ShowMarkAsTodo *Bool `xmlrpc:"show_mark_as_todo,omitempty"` - ShowOperations *Bool `xmlrpc:"show_operations,omitempty"` - ShowValidate *Bool `xmlrpc:"show_validate,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ActivityDateDeadline *Time `xmlrpc:"activity_date_deadline,omptempty"` + ActivityIds *Relation `xmlrpc:"activity_ids,omptempty"` + ActivityState *Selection `xmlrpc:"activity_state,omptempty"` + ActivitySummary *String `xmlrpc:"activity_summary,omptempty"` + ActivityTypeId *Many2One `xmlrpc:"activity_type_id,omptempty"` + ActivityUserId *Many2One `xmlrpc:"activity_user_id,omptempty"` + BackorderId *Many2One `xmlrpc:"backorder_id,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DateDone *Time `xmlrpc:"date_done,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + EntirePackageDetailIds *Relation `xmlrpc:"entire_package_detail_ids,omptempty"` + EntirePackageIds *Relation `xmlrpc:"entire_package_ids,omptempty"` + GroupId *Many2One `xmlrpc:"group_id,omptempty"` + HasPackages *Bool `xmlrpc:"has_packages,omptempty"` + HasScrapMove *Bool `xmlrpc:"has_scrap_move,omptempty"` + HasTracking *Bool `xmlrpc:"has_tracking,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IsLocked *Bool `xmlrpc:"is_locked,omptempty"` + LocationDestId *Many2One `xmlrpc:"location_dest_id,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + MoveLineExist *Bool `xmlrpc:"move_line_exist,omptempty"` + MoveLineIds *Relation `xmlrpc:"move_line_ids,omptempty"` + MoveLines *Relation `xmlrpc:"move_lines,omptempty"` + MoveType *Selection `xmlrpc:"move_type,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Note *String `xmlrpc:"note,omptempty"` + Origin *String `xmlrpc:"origin,omptempty"` + OwnerId *Many2One `xmlrpc:"owner_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PickingTypeCode *Selection `xmlrpc:"picking_type_code,omptempty"` + PickingTypeEntirePacks *Bool `xmlrpc:"picking_type_entire_packs,omptempty"` + PickingTypeId *Many2One `xmlrpc:"picking_type_id,omptempty"` + Printed *Bool `xmlrpc:"printed,omptempty"` + Priority *Selection `xmlrpc:"priority,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + PurchaseId *Many2One `xmlrpc:"purchase_id,omptempty"` + SaleId *Many2One `xmlrpc:"sale_id,omptempty"` + ScheduledDate *Time `xmlrpc:"scheduled_date,omptempty"` + ShowCheckAvailability *Bool `xmlrpc:"show_check_availability,omptempty"` + ShowLotsText *Bool `xmlrpc:"show_lots_text,omptempty"` + ShowMarkAsTodo *Bool `xmlrpc:"show_mark_as_todo,omptempty"` + ShowOperations *Bool `xmlrpc:"show_operations,omptempty"` + ShowValidate *Bool `xmlrpc:"show_validate,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockPickings represents array of stock.picking model. diff --git a/stock_picking_type.go b/stock_picking_type.go index 7a4c0dab..592e3914 100644 --- a/stock_picking_type.go +++ b/stock_picking_type.go @@ -6,38 +6,38 @@ import ( // StockPickingType represents stock.picking.type model. type StockPickingType struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - BarcodeNomenclatureId *Many2One `xmlrpc:"barcode_nomenclature_id,omitempty"` - Code *Selection `xmlrpc:"code,omitempty"` - Color *Int `xmlrpc:"color,omitempty"` - CountPicking *Int `xmlrpc:"count_picking,omitempty"` - CountPickingBackorders *Int `xmlrpc:"count_picking_backorders,omitempty"` - CountPickingDraft *Int `xmlrpc:"count_picking_draft,omitempty"` - CountPickingLate *Int `xmlrpc:"count_picking_late,omitempty"` - CountPickingReady *Int `xmlrpc:"count_picking_ready,omitempty"` - CountPickingWaiting *Int `xmlrpc:"count_picking_waiting,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DefaultLocationDestId *Many2One `xmlrpc:"default_location_dest_id,omitempty"` - DefaultLocationSrcId *Many2One `xmlrpc:"default_location_src_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LastDonePicking *String `xmlrpc:"last_done_picking,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - RatePickingBackorders *Int `xmlrpc:"rate_picking_backorders,omitempty"` - RatePickingLate *Int `xmlrpc:"rate_picking_late,omitempty"` - ReturnPickingTypeId *Many2One `xmlrpc:"return_picking_type_id,omitempty"` - Sequence *Int `xmlrpc:"sequence,omitempty"` - SequenceId *Many2One `xmlrpc:"sequence_id,omitempty"` - ShowEntirePacks *Bool `xmlrpc:"show_entire_packs,omitempty"` - ShowOperations *Bool `xmlrpc:"show_operations,omitempty"` - ShowReserved *Bool `xmlrpc:"show_reserved,omitempty"` - UseCreateLots *Bool `xmlrpc:"use_create_lots,omitempty"` - UseExistingLots *Bool `xmlrpc:"use_existing_lots,omitempty"` - WarehouseId *Many2One `xmlrpc:"warehouse_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + BarcodeNomenclatureId *Many2One `xmlrpc:"barcode_nomenclature_id,omptempty"` + Code *Selection `xmlrpc:"code,omptempty"` + Color *Int `xmlrpc:"color,omptempty"` + CountPicking *Int `xmlrpc:"count_picking,omptempty"` + CountPickingBackorders *Int `xmlrpc:"count_picking_backorders,omptempty"` + CountPickingDraft *Int `xmlrpc:"count_picking_draft,omptempty"` + CountPickingLate *Int `xmlrpc:"count_picking_late,omptempty"` + CountPickingReady *Int `xmlrpc:"count_picking_ready,omptempty"` + CountPickingWaiting *Int `xmlrpc:"count_picking_waiting,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DefaultLocationDestId *Many2One `xmlrpc:"default_location_dest_id,omptempty"` + DefaultLocationSrcId *Many2One `xmlrpc:"default_location_src_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LastDonePicking *String `xmlrpc:"last_done_picking,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + RatePickingBackorders *Int `xmlrpc:"rate_picking_backorders,omptempty"` + RatePickingLate *Int `xmlrpc:"rate_picking_late,omptempty"` + ReturnPickingTypeId *Many2One `xmlrpc:"return_picking_type_id,omptempty"` + Sequence *Int `xmlrpc:"sequence,omptempty"` + SequenceId *Many2One `xmlrpc:"sequence_id,omptempty"` + ShowEntirePacks *Bool `xmlrpc:"show_entire_packs,omptempty"` + ShowOperations *Bool `xmlrpc:"show_operations,omptempty"` + ShowReserved *Bool `xmlrpc:"show_reserved,omptempty"` + UseCreateLots *Bool `xmlrpc:"use_create_lots,omptempty"` + UseExistingLots *Bool `xmlrpc:"use_existing_lots,omptempty"` + WarehouseId *Many2One `xmlrpc:"warehouse_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockPickingTypes represents array of stock.picking.type model. diff --git a/stock_production_lot.go b/stock_production_lot.go index 554005fe..c0d3dbcc 100644 --- a/stock_production_lot.go +++ b/stock_production_lot.go @@ -6,30 +6,30 @@ import ( // StockProductionLot represents stock.production.lot model. type StockProductionLot struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"` - MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"` - MessageIds *Relation `xmlrpc:"message_ids,omitempty"` - MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"` - MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"` - MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"` - MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"` - MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"` - MessageUnread *Bool `xmlrpc:"message_unread,omitempty"` - MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductQty *Float `xmlrpc:"product_qty,omitempty"` - ProductUomId *Many2One `xmlrpc:"product_uom_id,omitempty"` - QuantIds *Relation `xmlrpc:"quant_ids,omitempty"` - Ref *String `xmlrpc:"ref,omitempty"` - WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"` + MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"` + MessageIds *Relation `xmlrpc:"message_ids,omptempty"` + MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"` + MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"` + MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"` + MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"` + MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"` + MessageUnread *Bool `xmlrpc:"message_unread,omptempty"` + MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductQty *Float `xmlrpc:"product_qty,omptempty"` + ProductUomId *Many2One `xmlrpc:"product_uom_id,omptempty"` + QuantIds *Relation `xmlrpc:"quant_ids,omptempty"` + Ref *String `xmlrpc:"ref,omptempty"` + WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockProductionLots represents array of stock.production.lot model. diff --git a/stock_quant.go b/stock_quant.go index 7e6f07dc..4d49b1bc 100644 --- a/stock_quant.go +++ b/stock_quant.go @@ -6,24 +6,24 @@ import ( // StockQuant represents stock.quant model. type StockQuant struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InDate *Time `xmlrpc:"in_date,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - LotId *Many2One `xmlrpc:"lot_id,omitempty"` - OwnerId *Many2One `xmlrpc:"owner_id,omitempty"` - PackageId *Many2One `xmlrpc:"package_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omitempty"` - ProductUomId *Many2One `xmlrpc:"product_uom_id,omitempty"` - Quantity *Float `xmlrpc:"quantity,omitempty"` - ReservedQuantity *Float `xmlrpc:"reserved_quantity,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InDate *Time `xmlrpc:"in_date,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + LotId *Many2One `xmlrpc:"lot_id,omptempty"` + OwnerId *Many2One `xmlrpc:"owner_id,omptempty"` + PackageId *Many2One `xmlrpc:"package_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductTmplId *Many2One `xmlrpc:"product_tmpl_id,omptempty"` + ProductUomId *Many2One `xmlrpc:"product_uom_id,omptempty"` + Quantity *Float `xmlrpc:"quantity,omptempty"` + ReservedQuantity *Float `xmlrpc:"reserved_quantity,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockQuants represents array of stock.quant model. diff --git a/stock_quant_package.go b/stock_quant_package.go index 837681b9..a00559ee 100644 --- a/stock_quant_package.go +++ b/stock_quant_package.go @@ -6,25 +6,25 @@ import ( // StockQuantPackage represents stock.quant.package model. type StockQuantPackage struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrentDestinationLocationId *Many2One `xmlrpc:"current_destination_location_id,omitempty"` - CurrentPickingId *Bool `xmlrpc:"current_picking_id,omitempty"` - CurrentPickingMoveLineIds *Relation `xmlrpc:"current_picking_move_line_ids,omitempty"` - CurrentSourceLocationId *Many2One `xmlrpc:"current_source_location_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - IsProcessed *Bool `xmlrpc:"is_processed,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - MoveLineIds *Relation `xmlrpc:"move_line_ids,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OwnerId *Many2One `xmlrpc:"owner_id,omitempty"` - PackagingId *Many2One `xmlrpc:"packaging_id,omitempty"` - QuantIds *Relation `xmlrpc:"quant_ids,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrentDestinationLocationId *Many2One `xmlrpc:"current_destination_location_id,omptempty"` + CurrentPickingId *Bool `xmlrpc:"current_picking_id,omptempty"` + CurrentPickingMoveLineIds *Relation `xmlrpc:"current_picking_move_line_ids,omptempty"` + CurrentSourceLocationId *Many2One `xmlrpc:"current_source_location_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + IsProcessed *Bool `xmlrpc:"is_processed,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + MoveLineIds *Relation `xmlrpc:"move_line_ids,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OwnerId *Many2One `xmlrpc:"owner_id,omptempty"` + PackagingId *Many2One `xmlrpc:"packaging_id,omptempty"` + QuantIds *Relation `xmlrpc:"quant_ids,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockQuantPackages represents array of stock.quant.package model. diff --git a/stock_quantity_history.go b/stock_quantity_history.go index 9efac523..c930827d 100644 --- a/stock_quantity_history.go +++ b/stock_quantity_history.go @@ -6,15 +6,15 @@ import ( // StockQuantityHistory represents stock.quantity.history model. type StockQuantityHistory struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - ComputeAtDate *Selection `xmlrpc:"compute_at_date,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + ComputeAtDate *Selection `xmlrpc:"compute_at_date,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockQuantityHistorys represents array of stock.quantity.history model. diff --git a/stock_return_picking.go b/stock_return_picking.go index ae298168..70ab3bc8 100644 --- a/stock_return_picking.go +++ b/stock_return_picking.go @@ -6,19 +6,19 @@ import ( // StockReturnPicking represents stock.return.picking model. type StockReturnPicking struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - MoveDestExists *Bool `xmlrpc:"move_dest_exists,omitempty"` - OriginalLocationId *Many2One `xmlrpc:"original_location_id,omitempty"` - ParentLocationId *Many2One `xmlrpc:"parent_location_id,omitempty"` - PickingId *Many2One `xmlrpc:"picking_id,omitempty"` - ProductReturnMoves *Relation `xmlrpc:"product_return_moves,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + MoveDestExists *Bool `xmlrpc:"move_dest_exists,omptempty"` + OriginalLocationId *Many2One `xmlrpc:"original_location_id,omptempty"` + ParentLocationId *Many2One `xmlrpc:"parent_location_id,omptempty"` + PickingId *Many2One `xmlrpc:"picking_id,omptempty"` + ProductReturnMoves *Relation `xmlrpc:"product_return_moves,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockReturnPickings represents array of stock.return.picking model. diff --git a/stock_return_picking_line.go b/stock_return_picking_line.go index 26f81d79..2073ae35 100644 --- a/stock_return_picking_line.go +++ b/stock_return_picking_line.go @@ -6,19 +6,19 @@ import ( // StockReturnPickingLine represents stock.return.picking.line model. type StockReturnPickingLine struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MoveId *Many2One `xmlrpc:"move_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - Quantity *Float `xmlrpc:"quantity,omitempty"` - ToRefund *Bool `xmlrpc:"to_refund,omitempty"` - UomId *Many2One `xmlrpc:"uom_id,omitempty"` - WizardId *Many2One `xmlrpc:"wizard_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MoveId *Many2One `xmlrpc:"move_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + Quantity *Float `xmlrpc:"quantity,omptempty"` + ToRefund *Bool `xmlrpc:"to_refund,omptempty"` + UomId *Many2One `xmlrpc:"uom_id,omptempty"` + WizardId *Many2One `xmlrpc:"wizard_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockReturnPickingLines represents array of stock.return.picking.line model. diff --git a/stock_scheduler_compute.go b/stock_scheduler_compute.go index 334eec7e..965be3ff 100644 --- a/stock_scheduler_compute.go +++ b/stock_scheduler_compute.go @@ -6,13 +6,13 @@ import ( // StockSchedulerCompute represents stock.scheduler.compute model. type StockSchedulerCompute struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockSchedulerComputes represents array of stock.scheduler.compute model. diff --git a/stock_scrap.go b/stock_scrap.go index 5ee3ee46..f62d70f9 100644 --- a/stock_scrap.go +++ b/stock_scrap.go @@ -6,28 +6,28 @@ import ( // StockScrap represents stock.scrap model. type StockScrap struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DateExpected *Time `xmlrpc:"date_expected,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - LotId *Many2One `xmlrpc:"lot_id,omitempty"` - MoveId *Many2One `xmlrpc:"move_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - Origin *String `xmlrpc:"origin,omitempty"` - OwnerId *Many2One `xmlrpc:"owner_id,omitempty"` - PackageId *Many2One `xmlrpc:"package_id,omitempty"` - PickingId *Many2One `xmlrpc:"picking_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductUomId *Many2One `xmlrpc:"product_uom_id,omitempty"` - ScrapLocationId *Many2One `xmlrpc:"scrap_location_id,omitempty"` - ScrapQty *Float `xmlrpc:"scrap_qty,omitempty"` - State *Selection `xmlrpc:"state,omitempty"` - Tracking *Selection `xmlrpc:"tracking,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DateExpected *Time `xmlrpc:"date_expected,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + LotId *Many2One `xmlrpc:"lot_id,omptempty"` + MoveId *Many2One `xmlrpc:"move_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + Origin *String `xmlrpc:"origin,omptempty"` + OwnerId *Many2One `xmlrpc:"owner_id,omptempty"` + PackageId *Many2One `xmlrpc:"package_id,omptempty"` + PickingId *Many2One `xmlrpc:"picking_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductUomId *Many2One `xmlrpc:"product_uom_id,omptempty"` + ScrapLocationId *Many2One `xmlrpc:"scrap_location_id,omptempty"` + ScrapQty *Float `xmlrpc:"scrap_qty,omptempty"` + State *Selection `xmlrpc:"state,omptempty"` + Tracking *Selection `xmlrpc:"tracking,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockScraps represents array of stock.scrap model. diff --git a/stock_traceability_report.go b/stock_traceability_report.go index d2c44374..16e1293e 100644 --- a/stock_traceability_report.go +++ b/stock_traceability_report.go @@ -6,13 +6,13 @@ import ( // StockTraceabilityReport represents stock.traceability.report model. type StockTraceabilityReport struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockTraceabilityReports represents array of stock.traceability.report model. diff --git a/stock_warehouse.go b/stock_warehouse.go index 7893a511..3d37a739 100644 --- a/stock_warehouse.go +++ b/stock_warehouse.go @@ -6,41 +6,41 @@ import ( // StockWarehouse represents stock.warehouse model. type StockWarehouse struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - BuyPullId *Many2One `xmlrpc:"buy_pull_id,omitempty"` - BuyToResupply *Bool `xmlrpc:"buy_to_resupply,omitempty"` - Code *String `xmlrpc:"code,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CrossdockRouteId *Many2One `xmlrpc:"crossdock_route_id,omitempty"` - DefaultResupplyWhId *Many2One `xmlrpc:"default_resupply_wh_id,omitempty"` - DeliveryRouteId *Many2One `xmlrpc:"delivery_route_id,omitempty"` - DeliverySteps *Selection `xmlrpc:"delivery_steps,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - InTypeId *Many2One `xmlrpc:"in_type_id,omitempty"` - IntTypeId *Many2One `xmlrpc:"int_type_id,omitempty"` - LotStockId *Many2One `xmlrpc:"lot_stock_id,omitempty"` - MtoPullId *Many2One `xmlrpc:"mto_pull_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - OutTypeId *Many2One `xmlrpc:"out_type_id,omitempty"` - PackTypeId *Many2One `xmlrpc:"pack_type_id,omitempty"` - PartnerId *Many2One `xmlrpc:"partner_id,omitempty"` - PickTypeId *Many2One `xmlrpc:"pick_type_id,omitempty"` - ReceptionRouteId *Many2One `xmlrpc:"reception_route_id,omitempty"` - ReceptionSteps *Selection `xmlrpc:"reception_steps,omitempty"` - ResupplyRouteIds *Relation `xmlrpc:"resupply_route_ids,omitempty"` - ResupplyWhIds *Relation `xmlrpc:"resupply_wh_ids,omitempty"` - RouteIds *Relation `xmlrpc:"route_ids,omitempty"` - ViewLocationId *Many2One `xmlrpc:"view_location_id,omitempty"` - WhInputStockLocId *Many2One `xmlrpc:"wh_input_stock_loc_id,omitempty"` - WhOutputStockLocId *Many2One `xmlrpc:"wh_output_stock_loc_id,omitempty"` - WhPackStockLocId *Many2One `xmlrpc:"wh_pack_stock_loc_id,omitempty"` - WhQcStockLocId *Many2One `xmlrpc:"wh_qc_stock_loc_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + BuyPullId *Many2One `xmlrpc:"buy_pull_id,omptempty"` + BuyToResupply *Bool `xmlrpc:"buy_to_resupply,omptempty"` + Code *String `xmlrpc:"code,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CrossdockRouteId *Many2One `xmlrpc:"crossdock_route_id,omptempty"` + DefaultResupplyWhId *Many2One `xmlrpc:"default_resupply_wh_id,omptempty"` + DeliveryRouteId *Many2One `xmlrpc:"delivery_route_id,omptempty"` + DeliverySteps *Selection `xmlrpc:"delivery_steps,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + InTypeId *Many2One `xmlrpc:"in_type_id,omptempty"` + IntTypeId *Many2One `xmlrpc:"int_type_id,omptempty"` + LotStockId *Many2One `xmlrpc:"lot_stock_id,omptempty"` + MtoPullId *Many2One `xmlrpc:"mto_pull_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + OutTypeId *Many2One `xmlrpc:"out_type_id,omptempty"` + PackTypeId *Many2One `xmlrpc:"pack_type_id,omptempty"` + PartnerId *Many2One `xmlrpc:"partner_id,omptempty"` + PickTypeId *Many2One `xmlrpc:"pick_type_id,omptempty"` + ReceptionRouteId *Many2One `xmlrpc:"reception_route_id,omptempty"` + ReceptionSteps *Selection `xmlrpc:"reception_steps,omptempty"` + ResupplyRouteIds *Relation `xmlrpc:"resupply_route_ids,omptempty"` + ResupplyWhIds *Relation `xmlrpc:"resupply_wh_ids,omptempty"` + RouteIds *Relation `xmlrpc:"route_ids,omptempty"` + ViewLocationId *Many2One `xmlrpc:"view_location_id,omptempty"` + WhInputStockLocId *Many2One `xmlrpc:"wh_input_stock_loc_id,omptempty"` + WhOutputStockLocId *Many2One `xmlrpc:"wh_output_stock_loc_id,omptempty"` + WhPackStockLocId *Many2One `xmlrpc:"wh_pack_stock_loc_id,omptempty"` + WhQcStockLocId *Many2One `xmlrpc:"wh_qc_stock_loc_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockWarehouses represents array of stock.warehouse model. diff --git a/stock_warehouse_orderpoint.go b/stock_warehouse_orderpoint.go index 59819534..7c1c2aa1 100644 --- a/stock_warehouse_orderpoint.go +++ b/stock_warehouse_orderpoint.go @@ -6,26 +6,26 @@ import ( // StockWarehouseOrderpoint represents stock.warehouse.orderpoint model. type StockWarehouseOrderpoint struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - GroupId *Many2One `xmlrpc:"group_id,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LeadDays *Int `xmlrpc:"lead_days,omitempty"` - LeadType *Selection `xmlrpc:"lead_type,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - ProductMaxQty *Float `xmlrpc:"product_max_qty,omitempty"` - ProductMinQty *Float `xmlrpc:"product_min_qty,omitempty"` - ProductUom *Many2One `xmlrpc:"product_uom,omitempty"` - QtyMultiple *Float `xmlrpc:"qty_multiple,omitempty"` - WarehouseId *Many2One `xmlrpc:"warehouse_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + GroupId *Many2One `xmlrpc:"group_id,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LeadDays *Int `xmlrpc:"lead_days,omptempty"` + LeadType *Selection `xmlrpc:"lead_type,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + ProductMaxQty *Float `xmlrpc:"product_max_qty,omptempty"` + ProductMinQty *Float `xmlrpc:"product_min_qty,omptempty"` + ProductUom *Many2One `xmlrpc:"product_uom,omptempty"` + QtyMultiple *Float `xmlrpc:"qty_multiple,omptempty"` + WarehouseId *Many2One `xmlrpc:"warehouse_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockWarehouseOrderpoints represents array of stock.warehouse.orderpoint model. diff --git a/stock_warn_insufficient_qty.go b/stock_warn_insufficient_qty.go index 5fb71491..119cabd4 100644 --- a/stock_warn_insufficient_qty.go +++ b/stock_warn_insufficient_qty.go @@ -6,12 +6,12 @@ import ( // StockWarnInsufficientQty represents stock.warn.insufficient.qty model. type StockWarnInsufficientQty struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - QuantIds *Relation `xmlrpc:"quant_ids,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + QuantIds *Relation `xmlrpc:"quant_ids,omptempty"` } // StockWarnInsufficientQtys represents array of stock.warn.insufficient.qty model. diff --git a/stock_warn_insufficient_qty_scrap.go b/stock_warn_insufficient_qty_scrap.go index 5b3db32f..ccdd00fa 100644 --- a/stock_warn_insufficient_qty_scrap.go +++ b/stock_warn_insufficient_qty_scrap.go @@ -6,17 +6,17 @@ import ( // StockWarnInsufficientQtyScrap represents stock.warn.insufficient.qty.scrap model. type StockWarnInsufficientQtyScrap struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - LocationId *Many2One `xmlrpc:"location_id,omitempty"` - ProductId *Many2One `xmlrpc:"product_id,omitempty"` - QuantIds *Relation `xmlrpc:"quant_ids,omitempty"` - ScrapId *Many2One `xmlrpc:"scrap_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + LocationId *Many2One `xmlrpc:"location_id,omptempty"` + ProductId *Many2One `xmlrpc:"product_id,omptempty"` + QuantIds *Relation `xmlrpc:"quant_ids,omptempty"` + ScrapId *Many2One `xmlrpc:"scrap_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // StockWarnInsufficientQtyScraps represents array of stock.warn.insufficient.qty.scrap model. diff --git a/tax_adjustments_wizard.go b/tax_adjustments_wizard.go index 9cb021bd..31b8180c 100644 --- a/tax_adjustments_wizard.go +++ b/tax_adjustments_wizard.go @@ -6,22 +6,22 @@ import ( // TaxAdjustmentsWizard represents tax.adjustments.wizard model. type TaxAdjustmentsWizard struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - AdjustmentType *Selection `xmlrpc:"adjustment_type,omitempty"` - Amount *Float `xmlrpc:"amount,omitempty"` - CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CreditAccountId *Many2One `xmlrpc:"credit_account_id,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - DebitAccountId *Many2One `xmlrpc:"debit_account_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - JournalId *Many2One `xmlrpc:"journal_id,omitempty"` - Reason *String `xmlrpc:"reason,omitempty"` - TaxId *Many2One `xmlrpc:"tax_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + AdjustmentType *Selection `xmlrpc:"adjustment_type,omptempty"` + Amount *Float `xmlrpc:"amount,omptempty"` + CompanyCurrencyId *Many2One `xmlrpc:"company_currency_id,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CreditAccountId *Many2One `xmlrpc:"credit_account_id,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + DebitAccountId *Many2One `xmlrpc:"debit_account_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + JournalId *Many2One `xmlrpc:"journal_id,omptempty"` + Reason *String `xmlrpc:"reason,omptempty"` + TaxId *Many2One `xmlrpc:"tax_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // TaxAdjustmentsWizards represents array of tax.adjustments.wizard model. diff --git a/utm_campaign.go b/utm_campaign.go index 32c00752..5d6cea31 100644 --- a/utm_campaign.go +++ b/utm_campaign.go @@ -6,14 +6,14 @@ import ( // UtmCampaign represents utm.campaign model. type UtmCampaign struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // UtmCampaigns represents array of utm.campaign model. diff --git a/utm_medium.go b/utm_medium.go index 01a18329..7fc05a86 100644 --- a/utm_medium.go +++ b/utm_medium.go @@ -6,15 +6,15 @@ import ( // UtmMedium represents utm.medium model. type UtmMedium struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // UtmMediums represents array of utm.medium model. diff --git a/utm_mixin.go b/utm_mixin.go index a053be7b..b64c1e31 100644 --- a/utm_mixin.go +++ b/utm_mixin.go @@ -6,12 +6,12 @@ import ( // UtmMixin represents utm.mixin model. type UtmMixin struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CampaignId *Many2One `xmlrpc:"campaign_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MediumId *Many2One `xmlrpc:"medium_id,omitempty"` - SourceId *Many2One `xmlrpc:"source_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CampaignId *Many2One `xmlrpc:"campaign_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MediumId *Many2One `xmlrpc:"medium_id,omptempty"` + SourceId *Many2One `xmlrpc:"source_id,omptempty"` } // UtmMixins represents array of utm.mixin model. diff --git a/utm_source.go b/utm_source.go index 1d51119d..4e926532 100644 --- a/utm_source.go +++ b/utm_source.go @@ -6,14 +6,14 @@ import ( // UtmSource represents utm.source model. type UtmSource struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // UtmSources represents array of utm.source model. diff --git a/validate_account_move.go b/validate_account_move.go index 30eb2625..10dd1b1f 100644 --- a/validate_account_move.go +++ b/validate_account_move.go @@ -6,13 +6,13 @@ import ( // ValidateAccountMove represents validate.account.move model. type ValidateAccountMove struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // ValidateAccountMoves represents array of validate.account.move model. diff --git a/web_editor_converter_test.go b/web_editor_converter_test.go index d2d36d99..bb509594 100644 --- a/web_editor_converter_test.go +++ b/web_editor_converter_test.go @@ -6,25 +6,25 @@ import ( // WebEditorConverterTest represents web_editor.converter.test model. type WebEditorConverterTest struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Binary *String `xmlrpc:"binary,omitempty"` - Char *String `xmlrpc:"char,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Date *Time `xmlrpc:"date,omitempty"` - Datetime *Time `xmlrpc:"datetime,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Float *Float `xmlrpc:"float,omitempty"` - Html *String `xmlrpc:"html,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Integer *Int `xmlrpc:"integer,omitempty"` - Many2One *Many2One `xmlrpc:"many2one,omitempty"` - Numeric *Float `xmlrpc:"numeric,omitempty"` - Selection *Selection `xmlrpc:"selection,omitempty"` - SelectionStr *Selection `xmlrpc:"selection_str,omitempty"` - Text *String `xmlrpc:"text,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Binary *String `xmlrpc:"binary,omptempty"` + Char *String `xmlrpc:"char,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Date *Time `xmlrpc:"date,omptempty"` + Datetime *Time `xmlrpc:"datetime,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Float *Float `xmlrpc:"float,omptempty"` + Html *String `xmlrpc:"html,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Integer *Int `xmlrpc:"integer,omptempty"` + Many2One *Many2One `xmlrpc:"many2one,omptempty"` + Numeric *Float `xmlrpc:"numeric,omptempty"` + Selection *Selection `xmlrpc:"selection,omptempty"` + SelectionStr *Selection `xmlrpc:"selection_str,omptempty"` + Text *String `xmlrpc:"text,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // WebEditorConverterTests represents array of web_editor.converter.test model. diff --git a/web_editor_converter_test_sub.go b/web_editor_converter_test_sub.go index 4652be39..60259129 100644 --- a/web_editor_converter_test_sub.go +++ b/web_editor_converter_test_sub.go @@ -6,14 +6,14 @@ import ( // WebEditorConverterTestSub represents web_editor.converter.test.sub model. type WebEditorConverterTestSub struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // WebEditorConverterTestSubs represents array of web_editor.converter.test.sub model. diff --git a/web_planner.go b/web_planner.go index 29fe4d59..f08ea32c 100644 --- a/web_planner.go +++ b/web_planner.go @@ -6,21 +6,21 @@ import ( // WebPlanner represents web.planner model. type WebPlanner struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - Active *Bool `xmlrpc:"active,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - Data *String `xmlrpc:"data,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MenuId *Many2One `xmlrpc:"menu_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - PlannerApplication *Selection `xmlrpc:"planner_application,omitempty"` - Progress *Int `xmlrpc:"progress,omitempty"` - TooltipPlanner *String `xmlrpc:"tooltip_planner,omitempty"` - ViewId *Many2One `xmlrpc:"view_id,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + Active *Bool `xmlrpc:"active,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + Data *String `xmlrpc:"data,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MenuId *Many2One `xmlrpc:"menu_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + PlannerApplication *Selection `xmlrpc:"planner_application,omptempty"` + Progress *Int `xmlrpc:"progress,omptempty"` + TooltipPlanner *String `xmlrpc:"tooltip_planner,omptempty"` + ViewId *Many2One `xmlrpc:"view_id,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // WebPlanners represents array of web.planner model. diff --git a/web_tour_tour.go b/web_tour_tour.go index d58c3b74..e8cc28d5 100644 --- a/web_tour_tour.go +++ b/web_tour_tour.go @@ -6,11 +6,11 @@ import ( // WebTourTour represents web_tour.tour model. type WebTourTour struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - UserId *Many2One `xmlrpc:"user_id,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + UserId *Many2One `xmlrpc:"user_id,omptempty"` } // WebTourTours represents array of web_tour.tour model. diff --git a/wizard_ir_model_menu_create.go b/wizard_ir_model_menu_create.go index 968fae83..defc58cf 100644 --- a/wizard_ir_model_menu_create.go +++ b/wizard_ir_model_menu_create.go @@ -6,15 +6,15 @@ import ( // WizardIrModelMenuCreate represents wizard.ir.model.menu.create model. type WizardIrModelMenuCreate struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - MenuId *Many2One `xmlrpc:"menu_id,omitempty"` - Name *String `xmlrpc:"name,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + MenuId *Many2One `xmlrpc:"menu_id,omptempty"` + Name *String `xmlrpc:"name,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // WizardIrModelMenuCreates represents array of wizard.ir.model.menu.create model. diff --git a/wizard_multi_charts_accounts.go b/wizard_multi_charts_accounts.go index 1db79717..7db3a8da 100644 --- a/wizard_multi_charts_accounts.go +++ b/wizard_multi_charts_accounts.go @@ -6,28 +6,28 @@ import ( // WizardMultiChartsAccounts represents wizard.multi.charts.accounts model. type WizardMultiChartsAccounts struct { - LastUpdate *Time `xmlrpc:"__last_update,omitempty"` - BankAccountCodePrefix *String `xmlrpc:"bank_account_code_prefix,omitempty"` - BankAccountIds *Relation `xmlrpc:"bank_account_ids,omitempty"` - CashAccountCodePrefix *String `xmlrpc:"cash_account_code_prefix,omitempty"` - ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omitempty"` - CodeDigits *Int `xmlrpc:"code_digits,omitempty"` - CompanyId *Many2One `xmlrpc:"company_id,omitempty"` - CompleteTaxSet *Bool `xmlrpc:"complete_tax_set,omitempty"` - CreateDate *Time `xmlrpc:"create_date,omitempty"` - CreateUid *Many2One `xmlrpc:"create_uid,omitempty"` - CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"` - DisplayName *String `xmlrpc:"display_name,omitempty"` - Id *Int `xmlrpc:"id,omitempty"` - OnlyOneChartTemplate *Bool `xmlrpc:"only_one_chart_template,omitempty"` - PurchaseTaxId *Many2One `xmlrpc:"purchase_tax_id,omitempty"` - PurchaseTaxRate *Float `xmlrpc:"purchase_tax_rate,omitempty"` - SaleTaxId *Many2One `xmlrpc:"sale_tax_id,omitempty"` - SaleTaxRate *Float `xmlrpc:"sale_tax_rate,omitempty"` - TransferAccountId *Many2One `xmlrpc:"transfer_account_id,omitempty"` - UseAngloSaxon *Bool `xmlrpc:"use_anglo_saxon,omitempty"` - WriteDate *Time `xmlrpc:"write_date,omitempty"` - WriteUid *Many2One `xmlrpc:"write_uid,omitempty"` + LastUpdate *Time `xmlrpc:"__last_update,omptempty"` + BankAccountCodePrefix *String `xmlrpc:"bank_account_code_prefix,omptempty"` + BankAccountIds *Relation `xmlrpc:"bank_account_ids,omptempty"` + CashAccountCodePrefix *String `xmlrpc:"cash_account_code_prefix,omptempty"` + ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omptempty"` + CodeDigits *Int `xmlrpc:"code_digits,omptempty"` + CompanyId *Many2One `xmlrpc:"company_id,omptempty"` + CompleteTaxSet *Bool `xmlrpc:"complete_tax_set,omptempty"` + CreateDate *Time `xmlrpc:"create_date,omptempty"` + CreateUid *Many2One `xmlrpc:"create_uid,omptempty"` + CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"` + DisplayName *String `xmlrpc:"display_name,omptempty"` + Id *Int `xmlrpc:"id,omptempty"` + OnlyOneChartTemplate *Bool `xmlrpc:"only_one_chart_template,omptempty"` + PurchaseTaxId *Many2One `xmlrpc:"purchase_tax_id,omptempty"` + PurchaseTaxRate *Float `xmlrpc:"purchase_tax_rate,omptempty"` + SaleTaxId *Many2One `xmlrpc:"sale_tax_id,omptempty"` + SaleTaxRate *Float `xmlrpc:"sale_tax_rate,omptempty"` + TransferAccountId *Many2One `xmlrpc:"transfer_account_id,omptempty"` + UseAngloSaxon *Bool `xmlrpc:"use_anglo_saxon,omptempty"` + WriteDate *Time `xmlrpc:"write_date,omptempty"` + WriteUid *Many2One `xmlrpc:"write_uid,omptempty"` } // WizardMultiChartsAccountss represents array of wizard.multi.charts.accounts model.