This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 20180838 | |
| /home/ubuntu12/workspace/git_ibil61/inge_ibil/inv_agreement_ext.py | |
| /home/ubuntu12/workspace/git_ibil61/inge_ibil/sale_order_ext.py | |
| 20180781 | |
| /home/ubuntu12/workspace/git_ibil61/inge_ibil/res_users_ext.py | |
| /home/ubuntu12/workspace/git_ibil61/inge_ibil/vistas/res_users_ext_view.xml | |
| 20180677 | |
| /home/ubuntu12/workspace/git_ibil61/inge_ibil/sale_order_ext.py | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | javi@lenovo:~/Downloads$ curl -v -O -J -L https://www7.aeat.es/wlpl/SSII-FACT/ws/fe/SiiFactFEV1SOAP | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 195.76.38.173... | |
| * TCP_NODELAY set | |
| * Connected to www7.aeat.es (195.76.38.173) port 443 (#0) | |
| * ALPN, offering h2 | |
| * ALPN, offering http/1.1 | |
| * successfully set certificate verify locations: | |
| * CAfile: none | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # -*- coding: utf-8 -*- | |
| # Copyright 2018 Javi Melendez <javimelex@gmail.com> | |
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | |
| import datetime | |
| import pytz | |
| DEFAULT_SERVER_DATETIME_FORMAT = "%Y-%m-%d %H:%M:%S" | |
| DEFAULT_SERVER_DATETIME_FORMAT_TZ = DEFAULT_SERVER_DATETIME_FORMAT + " %z" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # -*- coding: utf-8 -*- | |
| # Copyright 2018 Javi Melendez <javimelex@gmail.com> | |
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | |
| import datetime | |
| import pytz | |
| DEFAULT_SERVER_DATETIME_FORMAT = "%Y-%m-%d %H:%M:%S" | |
| DEFAULT_SERVER_DATETIME_FORMAT_TZ = DEFAULT_SERVER_DATETIME_FORMAT + " %z" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env bash | |
| set -o errexit | |
| set -o nounset | |
| set -o pipefail | |
| # set -o xtrace | |
| __dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | |
| __file="${__dir}/$(basename "${BASH_SOURCE[0]}")" | |
| __base="$(basename ${__file} .sh)" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env bash | |
| set -o errexit | |
| set -o nounset | |
| set -o pipefail | |
| # set -o xtrace | |
| __dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | |
| __file="${__dir}/$(basename "${BASH_SOURCE[0]}")" | |
| __base="$(basename ${__file} .sh)" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- Copyright 2018 Javi Melendez <javimelex@gmail.com> | |
| License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> | |
| <odoo> | |
| <record id="aeat_sii_tax_agency_spain" model="aeat.sii.tax.agency"> | |
| <field name="name">Agencia Tributaria española</field> | |
| <field name="wsdl_out">https://www2.agenciatributaria.gob.es/static_files/common/internet/dep/aplicaciones/es/aeat/ssii_1_1/fact/ws/SuministroFactEmitidas.wsdl</field> | |
| <field name="wsdl_in">https://www2.agenciatributaria.gob.es/static_files/common/internet/dep/aplicaciones/es/aeat/ssii_1_1/fact/ws/SuministroFactRecibidas.wsdl</field> | |
| <field name="wsdl_pi">https://www2.agenciatributaria.gob.es/static_files/common/internet/dep/aplicaciones/es/aeat/ssii_1_1/fact/ws/SuministroBienesInversion.wsdl</field> | |
| <field name="wsdl_ic">https://www2.agenciatributaria.gob.es/static_files/common/internet/dep/aplicaciones/es/aeat/ssii_1_1/fact/ws/SuministroOpIntracomunitarias.wsdl</field> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Ubuntu 18.04 minimal installation | |
| apt install openjdk-11-jdk | |
| apt install python-pip | |
| # eclipse: install javascript-oxygen in /opt/eclipse/javascript-oxygen | |
| # pydev: http://dl.bintray.com/fabioz/pydev/6.3.2 | |
| # subclipse: http://dl.bintray.com/subclipse/releases/subclipse/latest | |
| # egit: http://download.eclipse.org/egit/updates | |
| # github mylyn: http://download.eclipse.org/egit/github/updates | |
| # JavaHL | |
| apt install libsvn-java | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import random | |
| print( | |
| (lambda x: '%s%s' % (x, "TRWAGMYFPDXBNJZSQVHLCKE"[x % 23]))( | |
| random.randint(10000000, 99999999) | |
| ) | |
| ) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ( find . -type d -name ".git" && find . -name ".gitignore" && find . -name ".gitmodules" ) | xargs rm -rf | 
NewerOlder