Skip to content

Commit

Permalink
Reverting typo omitempty > omptempty in template
Browse files Browse the repository at this point in the history
  • Loading branch information
davidferlay committed Nov 21, 2022
1 parent bb6d596 commit 780bce5
Show file tree
Hide file tree
Showing 361 changed files with 6,579 additions and 6,579 deletions.
30 changes: 15 additions & 15 deletions account_abstract_payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
44 changes: 22 additions & 22 deletions account_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
22 changes: 11 additions & 11 deletions account_account_tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
36 changes: 18 additions & 18 deletions account_account_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
22 changes: 11 additions & 11 deletions account_account_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
28 changes: 14 additions & 14 deletions account_aged_trial_balance.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
68 changes: 34 additions & 34 deletions account_analytic_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading

0 comments on commit 780bce5

Please sign in to comment.