Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odoo CE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Comunitats Energètiques
Odoo CE
Commits
8bd6593f
Commit
8bd6593f
authored
1 year ago
by
Daniil Digtyar Vasilieva
Browse files
Options
Downloads
Patches
Plain Diff
[IMP]energy_communities: demo data for subscription.request
parent
ef9f0237
No related branches found
No related tags found
2 merge requests
!195
[REL] 14.0.2.0.0
,
!184
[IMP] energy_communities: Adding demo data
Pipeline
#40771
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
energy_communities/__manifest__.py
+1
-0
1 addition, 0 deletions
energy_communities/__manifest__.py
energy_communities/demo/subscription_request_data.xml
+33
-0
33 additions, 0 deletions
energy_communities/demo/subscription_request_data.xml
with
34 additions
and
0 deletions
energy_communities/__manifest__.py
+
1
−
0
View file @
8bd6593f
...
...
@@ -46,6 +46,7 @@
'
demo/res_lang.xml
'
,
'
demo/res_company_data.xml
'
,
'
demo/res_user_data.xml
'
,
'
demo/subscription_request_data.xml
'
,
],
'
data
'
:
[
'
security/ir_rule_data.xml
'
,
...
...
This diff is collapsed.
Click to expand it.
energy_communities/demo/subscription_request_data.xml
0 → 100644
+
33
−
0
View file @
8bd6593f
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record
id=
"cooperator_community_1_data"
model=
"subscription.request"
>
<field
name=
"firstname"
>
Ignacio
</field>
<field
name=
"lastname"
>
Mora Herrera
</field>
<field
name=
"vat"
>
43549978F
</field>
<field
name=
"birthdate"
>
1997-06-03
</field>
<field
name=
"gender"
>
male
</field>
<field
name=
"email"
>
ignacio@fake.com
</field>
<field
name=
"phone"
>
603903268
</field>
<field
name=
"iban"
>
ES4734051800397702714765
</field>
<field
name=
"address"
>
Ronda Luna, 4, 42º B
</field>
<field
name=
"zip_code"
>
86416
</field>
<field
name=
"city"
>
Pacheco de las Torres
</field>
<field
name=
"country_id"
ref=
"base.es"
/>
<field
name=
"date"
eval=
"datetime.now() - timedelta(days=12)"
/>
<field
name=
"source"
>
manual
</field>
<field
name=
"ordered_parts"
>
1
</field>
<field
name=
"company_id"
model=
"account.multicompany.easy.creation.wiz"
eval=
"obj(ref('energy_community_company_1_wizard')).new_company_id.id"
/>
<field
name=
"share_product_id"
model=
"account.multicompany.easy.creation.wiz"
eval=
"obj(ref('energy_community_company_1_wizard')).new_product_share_template.product_variant_id.id"
/>
<field
name=
"type"
>
new
</field>
<field
name=
"lang"
>
es_ES
</field>
</record>
</data>
</odoo>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment