Skip to content

Commit 780bce5

Browse files
committed
Reverting typo omitempty > omptempty in template
1 parent bb6d596 commit 780bce5

File tree

361 files changed

+6579
-6579
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

361 files changed

+6579
-6579
lines changed

account_abstract_payment.go

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ import (
66

77
// AccountAbstractPayment represents account.abstract.payment model.
88
type AccountAbstractPayment struct {
9-
LastUpdate *Time `xmlrpc:"__last_update,omitempty"`
10-
Amount *Float `xmlrpc:"amount,omitempty"`
11-
Communication *String `xmlrpc:"communication,omitempty"`
12-
CompanyId *Many2One `xmlrpc:"company_id,omitempty"`
13-
CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"`
14-
DisplayName *String `xmlrpc:"display_name,omitempty"`
15-
HidePaymentMethod *Bool `xmlrpc:"hide_payment_method,omitempty"`
16-
Id *Int `xmlrpc:"id,omitempty"`
17-
JournalId *Many2One `xmlrpc:"journal_id,omitempty"`
18-
PartnerId *Many2One `xmlrpc:"partner_id,omitempty"`
19-
PartnerType *Selection `xmlrpc:"partner_type,omitempty"`
20-
PaymentDate *Time `xmlrpc:"payment_date,omitempty"`
21-
PaymentMethodCode *String `xmlrpc:"payment_method_code,omitempty"`
22-
PaymentMethodId *Many2One `xmlrpc:"payment_method_id,omitempty"`
23-
PaymentType *Selection `xmlrpc:"payment_type,omitempty"`
9+
LastUpdate *Time `xmlrpc:"__last_update,omptempty"`
10+
Amount *Float `xmlrpc:"amount,omptempty"`
11+
Communication *String `xmlrpc:"communication,omptempty"`
12+
CompanyId *Many2One `xmlrpc:"company_id,omptempty"`
13+
CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"`
14+
DisplayName *String `xmlrpc:"display_name,omptempty"`
15+
HidePaymentMethod *Bool `xmlrpc:"hide_payment_method,omptempty"`
16+
Id *Int `xmlrpc:"id,omptempty"`
17+
JournalId *Many2One `xmlrpc:"journal_id,omptempty"`
18+
PartnerId *Many2One `xmlrpc:"partner_id,omptempty"`
19+
PartnerType *Selection `xmlrpc:"partner_type,omptempty"`
20+
PaymentDate *Time `xmlrpc:"payment_date,omptempty"`
21+
PaymentMethodCode *String `xmlrpc:"payment_method_code,omptempty"`
22+
PaymentMethodId *Many2One `xmlrpc:"payment_method_id,omptempty"`
23+
PaymentType *Selection `xmlrpc:"payment_type,omptempty"`
2424
}
2525

2626
// AccountAbstractPayments represents array of account.abstract.payment model.

account_account.go

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@ import (
66

77
// AccountAccount represents account.account model.
88
type AccountAccount struct {
9-
LastUpdate *Time `xmlrpc:"__last_update,omitempty"`
10-
Code *String `xmlrpc:"code,omitempty"`
11-
CompanyId *Many2One `xmlrpc:"company_id,omitempty"`
12-
CreateDate *Time `xmlrpc:"create_date,omitempty"`
13-
CreateUid *Many2One `xmlrpc:"create_uid,omitempty"`
14-
CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"`
15-
Deprecated *Bool `xmlrpc:"deprecated,omitempty"`
16-
DisplayName *String `xmlrpc:"display_name,omitempty"`
17-
GroupId *Many2One `xmlrpc:"group_id,omitempty"`
18-
Id *Int `xmlrpc:"id,omitempty"`
19-
InternalType *Selection `xmlrpc:"internal_type,omitempty"`
20-
LastTimeEntriesChecked *Time `xmlrpc:"last_time_entries_checked,omitempty"`
21-
Name *String `xmlrpc:"name,omitempty"`
22-
Note *String `xmlrpc:"note,omitempty"`
23-
OpeningCredit *Float `xmlrpc:"opening_credit,omitempty"`
24-
OpeningDebit *Float `xmlrpc:"opening_debit,omitempty"`
25-
Reconcile *Bool `xmlrpc:"reconcile,omitempty"`
26-
TagIds *Relation `xmlrpc:"tag_ids,omitempty"`
27-
TaxIds *Relation `xmlrpc:"tax_ids,omitempty"`
28-
UserTypeId *Many2One `xmlrpc:"user_type_id,omitempty"`
29-
WriteDate *Time `xmlrpc:"write_date,omitempty"`
30-
WriteUid *Many2One `xmlrpc:"write_uid,omitempty"`
9+
LastUpdate *Time `xmlrpc:"__last_update,omptempty"`
10+
Code *String `xmlrpc:"code,omptempty"`
11+
CompanyId *Many2One `xmlrpc:"company_id,omptempty"`
12+
CreateDate *Time `xmlrpc:"create_date,omptempty"`
13+
CreateUid *Many2One `xmlrpc:"create_uid,omptempty"`
14+
CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"`
15+
Deprecated *Bool `xmlrpc:"deprecated,omptempty"`
16+
DisplayName *String `xmlrpc:"display_name,omptempty"`
17+
GroupId *Many2One `xmlrpc:"group_id,omptempty"`
18+
Id *Int `xmlrpc:"id,omptempty"`
19+
InternalType *Selection `xmlrpc:"internal_type,omptempty"`
20+
LastTimeEntriesChecked *Time `xmlrpc:"last_time_entries_checked,omptempty"`
21+
Name *String `xmlrpc:"name,omptempty"`
22+
Note *String `xmlrpc:"note,omptempty"`
23+
OpeningCredit *Float `xmlrpc:"opening_credit,omptempty"`
24+
OpeningDebit *Float `xmlrpc:"opening_debit,omptempty"`
25+
Reconcile *Bool `xmlrpc:"reconcile,omptempty"`
26+
TagIds *Relation `xmlrpc:"tag_ids,omptempty"`
27+
TaxIds *Relation `xmlrpc:"tax_ids,omptempty"`
28+
UserTypeId *Many2One `xmlrpc:"user_type_id,omptempty"`
29+
WriteDate *Time `xmlrpc:"write_date,omptempty"`
30+
WriteUid *Many2One `xmlrpc:"write_uid,omptempty"`
3131
}
3232

3333
// AccountAccounts represents array of account.account model.

account_account_tag.go

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ import (
66

77
// AccountAccountTag represents account.account.tag model.
88
type AccountAccountTag struct {
9-
LastUpdate *Time `xmlrpc:"__last_update,omitempty"`
10-
Active *Bool `xmlrpc:"active,omitempty"`
11-
Applicability *Selection `xmlrpc:"applicability,omitempty"`
12-
Color *Int `xmlrpc:"color,omitempty"`
13-
CreateDate *Time `xmlrpc:"create_date,omitempty"`
14-
CreateUid *Many2One `xmlrpc:"create_uid,omitempty"`
15-
DisplayName *String `xmlrpc:"display_name,omitempty"`
16-
Id *Int `xmlrpc:"id,omitempty"`
17-
Name *String `xmlrpc:"name,omitempty"`
18-
WriteDate *Time `xmlrpc:"write_date,omitempty"`
19-
WriteUid *Many2One `xmlrpc:"write_uid,omitempty"`
9+
LastUpdate *Time `xmlrpc:"__last_update,omptempty"`
10+
Active *Bool `xmlrpc:"active,omptempty"`
11+
Applicability *Selection `xmlrpc:"applicability,omptempty"`
12+
Color *Int `xmlrpc:"color,omptempty"`
13+
CreateDate *Time `xmlrpc:"create_date,omptempty"`
14+
CreateUid *Many2One `xmlrpc:"create_uid,omptempty"`
15+
DisplayName *String `xmlrpc:"display_name,omptempty"`
16+
Id *Int `xmlrpc:"id,omptempty"`
17+
Name *String `xmlrpc:"name,omptempty"`
18+
WriteDate *Time `xmlrpc:"write_date,omptempty"`
19+
WriteUid *Many2One `xmlrpc:"write_uid,omptempty"`
2020
}
2121

2222
// AccountAccountTags represents array of account.account.tag model.

account_account_template.go

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ import (
66

77
// AccountAccountTemplate represents account.account.template model.
88
type AccountAccountTemplate struct {
9-
LastUpdate *Time `xmlrpc:"__last_update,omitempty"`
10-
ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omitempty"`
11-
Code *String `xmlrpc:"code,omitempty"`
12-
CreateDate *Time `xmlrpc:"create_date,omitempty"`
13-
CreateUid *Many2One `xmlrpc:"create_uid,omitempty"`
14-
CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"`
15-
DisplayName *String `xmlrpc:"display_name,omitempty"`
16-
GroupId *Many2One `xmlrpc:"group_id,omitempty"`
17-
Id *Int `xmlrpc:"id,omitempty"`
18-
Name *String `xmlrpc:"name,omitempty"`
19-
Nocreate *Bool `xmlrpc:"nocreate,omitempty"`
20-
Note *String `xmlrpc:"note,omitempty"`
21-
Reconcile *Bool `xmlrpc:"reconcile,omitempty"`
22-
TagIds *Relation `xmlrpc:"tag_ids,omitempty"`
23-
TaxIds *Relation `xmlrpc:"tax_ids,omitempty"`
24-
UserTypeId *Many2One `xmlrpc:"user_type_id,omitempty"`
25-
WriteDate *Time `xmlrpc:"write_date,omitempty"`
26-
WriteUid *Many2One `xmlrpc:"write_uid,omitempty"`
9+
LastUpdate *Time `xmlrpc:"__last_update,omptempty"`
10+
ChartTemplateId *Many2One `xmlrpc:"chart_template_id,omptempty"`
11+
Code *String `xmlrpc:"code,omptempty"`
12+
CreateDate *Time `xmlrpc:"create_date,omptempty"`
13+
CreateUid *Many2One `xmlrpc:"create_uid,omptempty"`
14+
CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"`
15+
DisplayName *String `xmlrpc:"display_name,omptempty"`
16+
GroupId *Many2One `xmlrpc:"group_id,omptempty"`
17+
Id *Int `xmlrpc:"id,omptempty"`
18+
Name *String `xmlrpc:"name,omptempty"`
19+
Nocreate *Bool `xmlrpc:"nocreate,omptempty"`
20+
Note *String `xmlrpc:"note,omptempty"`
21+
Reconcile *Bool `xmlrpc:"reconcile,omptempty"`
22+
TagIds *Relation `xmlrpc:"tag_ids,omptempty"`
23+
TaxIds *Relation `xmlrpc:"tax_ids,omptempty"`
24+
UserTypeId *Many2One `xmlrpc:"user_type_id,omptempty"`
25+
WriteDate *Time `xmlrpc:"write_date,omptempty"`
26+
WriteUid *Many2One `xmlrpc:"write_uid,omptempty"`
2727
}
2828

2929
// AccountAccountTemplates represents array of account.account.template model.

account_account_type.go

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ import (
66

77
// AccountAccountType represents account.account.type model.
88
type AccountAccountType struct {
9-
LastUpdate *Time `xmlrpc:"__last_update,omitempty"`
10-
CreateDate *Time `xmlrpc:"create_date,omitempty"`
11-
CreateUid *Many2One `xmlrpc:"create_uid,omitempty"`
12-
DisplayName *String `xmlrpc:"display_name,omitempty"`
13-
Id *Int `xmlrpc:"id,omitempty"`
14-
IncludeInitialBalance *Bool `xmlrpc:"include_initial_balance,omitempty"`
15-
Name *String `xmlrpc:"name,omitempty"`
16-
Note *String `xmlrpc:"note,omitempty"`
17-
Type *Selection `xmlrpc:"type,omitempty"`
18-
WriteDate *Time `xmlrpc:"write_date,omitempty"`
19-
WriteUid *Many2One `xmlrpc:"write_uid,omitempty"`
9+
LastUpdate *Time `xmlrpc:"__last_update,omptempty"`
10+
CreateDate *Time `xmlrpc:"create_date,omptempty"`
11+
CreateUid *Many2One `xmlrpc:"create_uid,omptempty"`
12+
DisplayName *String `xmlrpc:"display_name,omptempty"`
13+
Id *Int `xmlrpc:"id,omptempty"`
14+
IncludeInitialBalance *Bool `xmlrpc:"include_initial_balance,omptempty"`
15+
Name *String `xmlrpc:"name,omptempty"`
16+
Note *String `xmlrpc:"note,omptempty"`
17+
Type *Selection `xmlrpc:"type,omptempty"`
18+
WriteDate *Time `xmlrpc:"write_date,omptempty"`
19+
WriteUid *Many2One `xmlrpc:"write_uid,omptempty"`
2020
}
2121

2222
// AccountAccountTypes represents array of account.account.type model.

account_aged_trial_balance.go

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ import (
66

77
// AccountAgedTrialBalance represents account.aged.trial.balance model.
88
type AccountAgedTrialBalance struct {
9-
LastUpdate *Time `xmlrpc:"__last_update,omitempty"`
10-
CompanyId *Many2One `xmlrpc:"company_id,omitempty"`
11-
CreateDate *Time `xmlrpc:"create_date,omitempty"`
12-
CreateUid *Many2One `xmlrpc:"create_uid,omitempty"`
13-
DateFrom *Time `xmlrpc:"date_from,omitempty"`
14-
DateTo *Time `xmlrpc:"date_to,omitempty"`
15-
DisplayName *String `xmlrpc:"display_name,omitempty"`
16-
Id *Int `xmlrpc:"id,omitempty"`
17-
JournalIds *Relation `xmlrpc:"journal_ids,omitempty"`
18-
PeriodLength *Int `xmlrpc:"period_length,omitempty"`
19-
ResultSelection *Selection `xmlrpc:"result_selection,omitempty"`
20-
TargetMove *Selection `xmlrpc:"target_move,omitempty"`
21-
WriteDate *Time `xmlrpc:"write_date,omitempty"`
22-
WriteUid *Many2One `xmlrpc:"write_uid,omitempty"`
9+
LastUpdate *Time `xmlrpc:"__last_update,omptempty"`
10+
CompanyId *Many2One `xmlrpc:"company_id,omptempty"`
11+
CreateDate *Time `xmlrpc:"create_date,omptempty"`
12+
CreateUid *Many2One `xmlrpc:"create_uid,omptempty"`
13+
DateFrom *Time `xmlrpc:"date_from,omptempty"`
14+
DateTo *Time `xmlrpc:"date_to,omptempty"`
15+
DisplayName *String `xmlrpc:"display_name,omptempty"`
16+
Id *Int `xmlrpc:"id,omptempty"`
17+
JournalIds *Relation `xmlrpc:"journal_ids,omptempty"`
18+
PeriodLength *Int `xmlrpc:"period_length,omptempty"`
19+
ResultSelection *Selection `xmlrpc:"result_selection,omptempty"`
20+
TargetMove *Selection `xmlrpc:"target_move,omptempty"`
21+
WriteDate *Time `xmlrpc:"write_date,omptempty"`
22+
WriteUid *Many2One `xmlrpc:"write_uid,omptempty"`
2323
}
2424

2525
// AccountAgedTrialBalances represents array of account.aged.trial.balance model.

account_analytic_account.go

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,40 @@ import (
66

77
// AccountAnalyticAccount represents account.analytic.account model.
88
type AccountAnalyticAccount struct {
9-
LastUpdate *Time `xmlrpc:"__last_update,omitempty"`
10-
Active *Bool `xmlrpc:"active,omitempty"`
11-
Balance *Float `xmlrpc:"balance,omitempty"`
12-
Code *String `xmlrpc:"code,omitempty"`
13-
CompanyId *Many2One `xmlrpc:"company_id,omitempty"`
14-
CompanyUomId *Many2One `xmlrpc:"company_uom_id,omitempty"`
15-
CreateDate *Time `xmlrpc:"create_date,omitempty"`
16-
CreateUid *Many2One `xmlrpc:"create_uid,omitempty"`
17-
Credit *Float `xmlrpc:"credit,omitempty"`
18-
CurrencyId *Many2One `xmlrpc:"currency_id,omitempty"`
19-
Debit *Float `xmlrpc:"debit,omitempty"`
20-
DisplayName *String `xmlrpc:"display_name,omitempty"`
21-
Id *Int `xmlrpc:"id,omitempty"`
22-
LineIds *Relation `xmlrpc:"line_ids,omitempty"`
23-
MachineProjectName *String `xmlrpc:"machine_project_name,omitempty"`
24-
MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omitempty"`
25-
MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omitempty"`
26-
MessageIds *Relation `xmlrpc:"message_ids,omitempty"`
27-
MessageIsFollower *Bool `xmlrpc:"message_is_follower,omitempty"`
28-
MessageLastPost *Time `xmlrpc:"message_last_post,omitempty"`
29-
MessageNeedaction *Bool `xmlrpc:"message_needaction,omitempty"`
30-
MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omitempty"`
31-
MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omitempty"`
32-
MessageUnread *Bool `xmlrpc:"message_unread,omitempty"`
33-
MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omitempty"`
34-
Name *String `xmlrpc:"name,omitempty"`
35-
PartnerId *Many2One `xmlrpc:"partner_id,omitempty"`
36-
ProjectCount *Int `xmlrpc:"project_count,omitempty"`
37-
ProjectCreated *Bool `xmlrpc:"project_created,omitempty"`
38-
ProjectIds *Relation `xmlrpc:"project_ids,omitempty"`
39-
TagIds *Relation `xmlrpc:"tag_ids,omitempty"`
40-
WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omitempty"`
41-
WriteDate *Time `xmlrpc:"write_date,omitempty"`
42-
WriteUid *Many2One `xmlrpc:"write_uid,omitempty"`
9+
LastUpdate *Time `xmlrpc:"__last_update,omptempty"`
10+
Active *Bool `xmlrpc:"active,omptempty"`
11+
Balance *Float `xmlrpc:"balance,omptempty"`
12+
Code *String `xmlrpc:"code,omptempty"`
13+
CompanyId *Many2One `xmlrpc:"company_id,omptempty"`
14+
CompanyUomId *Many2One `xmlrpc:"company_uom_id,omptempty"`
15+
CreateDate *Time `xmlrpc:"create_date,omptempty"`
16+
CreateUid *Many2One `xmlrpc:"create_uid,omptempty"`
17+
Credit *Float `xmlrpc:"credit,omptempty"`
18+
CurrencyId *Many2One `xmlrpc:"currency_id,omptempty"`
19+
Debit *Float `xmlrpc:"debit,omptempty"`
20+
DisplayName *String `xmlrpc:"display_name,omptempty"`
21+
Id *Int `xmlrpc:"id,omptempty"`
22+
LineIds *Relation `xmlrpc:"line_ids,omptempty"`
23+
MachineProjectName *String `xmlrpc:"machine_project_name,omptempty"`
24+
MessageChannelIds *Relation `xmlrpc:"message_channel_ids,omptempty"`
25+
MessageFollowerIds *Relation `xmlrpc:"message_follower_ids,omptempty"`
26+
MessageIds *Relation `xmlrpc:"message_ids,omptempty"`
27+
MessageIsFollower *Bool `xmlrpc:"message_is_follower,omptempty"`
28+
MessageLastPost *Time `xmlrpc:"message_last_post,omptempty"`
29+
MessageNeedaction *Bool `xmlrpc:"message_needaction,omptempty"`
30+
MessageNeedactionCounter *Int `xmlrpc:"message_needaction_counter,omptempty"`
31+
MessagePartnerIds *Relation `xmlrpc:"message_partner_ids,omptempty"`
32+
MessageUnread *Bool `xmlrpc:"message_unread,omptempty"`
33+
MessageUnreadCounter *Int `xmlrpc:"message_unread_counter,omptempty"`
34+
Name *String `xmlrpc:"name,omptempty"`
35+
PartnerId *Many2One `xmlrpc:"partner_id,omptempty"`
36+
ProjectCount *Int `xmlrpc:"project_count,omptempty"`
37+
ProjectCreated *Bool `xmlrpc:"project_created,omptempty"`
38+
ProjectIds *Relation `xmlrpc:"project_ids,omptempty"`
39+
TagIds *Relation `xmlrpc:"tag_ids,omptempty"`
40+
WebsiteMessageIds *Relation `xmlrpc:"website_message_ids,omptempty"`
41+
WriteDate *Time `xmlrpc:"write_date,omptempty"`
42+
WriteUid *Many2One `xmlrpc:"write_uid,omptempty"`
4343
}
4444

4545
// AccountAnalyticAccounts represents array of account.analytic.account model.

0 commit comments

Comments
 (0)