newtratip
4 years ago
7 changed files with 52 additions and 45 deletions
-
11partner_contact_gender/README.rst
-
2partner_contact_gender/__manifest__.py
-
1partner_contact_gender/readme/CONTRIBUTORS.rst
-
69partner_contact_gender/static/description/icon.svg
-
7partner_contact_gender/static/description/index.html
-
1setup/partner_contact_gender/odoo/addons/partner_contact_gender
-
6setup/partner_contact_gender/setup.py
@ -1,3 +1,4 @@ |
|||
* Holger Brunn <hbrunn@therp.nl> |
|||
* Jairo Llopis <j.llopis@grupoesoc.es> |
|||
* Richard deMeester <richard@willowit.com.au> |
|||
* Tharathip Chaweewongphan <tharathipc@ecosoft.co.th> |
@ -1,45 +1,42 @@ |
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> |
|||
<svg |
|||
xmlns:dc="http://purl.org/dc/elements/1.1/" |
|||
xmlns:cc="http://creativecommons.org/ns#" |
|||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|||
xmlns:svg="http://www.w3.org/2000/svg" |
|||
xmlns="http://www.w3.org/2000/svg" |
|||
width="100" |
|||
height="100" |
|||
viewBox="0 0 99.999997 99.999997" |
|||
id="svg2" |
|||
version="1.1"> |
|||
<defs |
|||
id="defs4" /> |
|||
<metadata |
|||
id="metadata7"> |
|||
xmlns:dc="http://purl.org/dc/elements/1.1/" |
|||
xmlns:cc="http://creativecommons.org/ns#" |
|||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|||
xmlns:svg="http://www.w3.org/2000/svg" |
|||
xmlns="http://www.w3.org/2000/svg" |
|||
width="100" |
|||
height="100" |
|||
viewBox="0 0 99.999997 99.999997" |
|||
id="svg2" |
|||
version="1.1" |
|||
> |
|||
<defs id="defs4" /> |
|||
<metadata id="metadata7"> |
|||
<rdf:RDF> |
|||
<cc:Work |
|||
rdf:about=""> |
|||
<cc:Work rdf:about=""> |
|||
<dc:format>image/svg+xml</dc:format> |
|||
<dc:type |
|||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |
|||
<dc:title></dc:title> |
|||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |
|||
<dc:title /> |
|||
</cc:Work> |
|||
</rdf:RDF> |
|||
</metadata> |
|||
<text |
|||
id="text3338" |
|||
y="75.525475" |
|||
x="20.974659" |
|||
style="font-style:normal;font-weight:normal;font-size:73.30392456px;line-height:125%;font-family:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2a7fff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
|||
xml:space="preserve"><tspan |
|||
y="75.525475" |
|||
x="20.974659" |
|||
id="tspan3340"></tspan></text> |
|||
id="text3338" |
|||
y="75.525475" |
|||
x="20.974659" |
|||
style="font-style:normal;font-weight:normal;font-size:73.30392456px;line-height:125%;font-family:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2a7fff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
|||
xml:space="preserve" |
|||
> |
|||
<tspan y="75.525475" x="20.974659" id="tspan3340"></tspan> |
|||
</text> |
|||
<text |
|||
id="text3342" |
|||
y="75.525475" |
|||
x="73.840477" |
|||
style="font-style:normal;font-weight:normal;font-size:73.30392456px;line-height:125%;font-family:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff5599;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
|||
xml:space="preserve"><tspan |
|||
y="75.525475" |
|||
x="73.840477" |
|||
id="tspan3344"></tspan></text> |
|||
id="text3342" |
|||
y="75.525475" |
|||
x="73.840477" |
|||
style="font-style:normal;font-weight:normal;font-size:73.30392456px;line-height:125%;font-family:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff5599;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
|||
xml:space="preserve" |
|||
> |
|||
<tspan y="75.525475" x="73.840477" id="tspan3344"></tspan> |
|||
</text> |
|||
</svg> |
@ -0,0 +1 @@ |
|||
../../../../partner_contact_gender |
@ -0,0 +1,6 @@ |
|||
import setuptools |
|||
|
|||
setuptools.setup( |
|||
setup_requires=['setuptools-odoo'], |
|||
odoo_addon=True, |
|||
) |
Write
Preview
Loading…
Cancel
Save
Reference in new issue